Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cu (0.15 sec)

  1. architecture/networking/pilot.md

    Another job polls this queue and triggers each client to start a push.
    
    ```mermaid
    graph TD
        subgraph Config Flow
            cu(Config Update)
            db(Debounce)
            pc(Recompute Push Context)
            pq(Push Queue)
            cu-->db
            db--Trigger Once Steady-->pc
            pc--Enqueue All Clients-->pq
        end
        subgraph Proxy
            c(Client)
        end
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Wed Feb 07 17:53:24 GMT 2024
    - 19.1K bytes
    - Viewed (0)
Back to top