Worker events
prefect.worker.started
Emitted when a worker process starts polling for work.
Resource
Related resources
Payload
This event has no payload.prefect.worker.stopped
Emitted when a worker process shuts down. Uses the follows field to link back
to the corresponding started event.
Resource
Same asprefect.worker.started.
Related resources
Same asprefect.worker.started.
Payload
This event has no payload.prefect.worker.submitted-flow-run
Emitted when a worker submits a flow run for execution on infrastructure.
Resource
Same asprefect.worker.started.
Related resources
Payload
This event has no payload.prefect.worker.executed-flow-run
Emitted when a worker finishes executing a flow run (regardless of outcome). Uses
the follows field to link back to the corresponding submitted-flow-run event.
Resource
Same asprefect.worker.started.
Related resources
Same asprefect.worker.submitted-flow-run,
with additional labels on the flow-run related resource:
Payload
This event has no payload.Runner events
prefect.runner.cancelled-flow-run
Emitted when a runner cancels a flow run that was being served locally via
flow.serve() or the Runner API.