Blake
01/16/2025, 7:47 PMMarvin
01/16/2025, 7:47 PMEventsWorker
. However, you can interact with events through the Prefect UI, where you can view, search, and filter events. You can also configure automations to respond to events.
For more information on handling events, you can refer to the Prefect Events Documentation.
If you are looking to manage workers in terms of handling events, you may need to explore the Prefect worker concepts further, which are detailed in the Workers Documentation.
If you have specific requirements or need to perform custom operations, you might consider using the Prefect Python SDK's emit_event
function to manage events programmatically.