PrefectHQ / prefect

Prefect is a workflow orchestration tool empowering developers to build, observe, and react to data pipelines
https://prefect.io
Apache License 2.0
15.29k stars 1.5k forks source link

Enable the automations API even when the triggers service is disabled #14071

Closed chrisguidry closed 1 week ago

chrisguidry commented 1 week ago

This was originally in place as part of the feature flagging mechanism for events and automations, but is probably too aggressive for 3.0. Similarly to managing deployments even if PREFECT_API_SERVICES_SCHEDULER_ENABLED is turned off, we can allow people to turn off triggers but still manage automations.