prefect.server.events.stream
run_distributor(started)
async
Runs the distributor consumer forever until it is cancelled
Source code in src/prefect/server/events/stream.py
137 138 139 140 141 142 143 144 145 146 147 148 |
|
start_distributor()
async
Starts the distributor consumer as a global background task
Source code in src/prefect/server/events/stream.py
93 94 95 96 97 98 99 100 101 102 |
|
stop_distributor()
async
Stops the distributor consumer global background task
Source code in src/prefect/server/events/stream.py
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 |
|