Alex Papanicolaou
07/06/2024, 10:26 PMMarvin
07/06/2024, 10:26 PMactive
property on the schedule
definition of a deployment within the prefect.yaml
file. This can help manage whether a deployment's schedule is active or inactive.
GitHub Pull Request #11608
2. Race Condition Protection for Deployment Schedules:
There are efforts to handle race conditions when a deployment's schedule is marked inactive, ensuring auto-scheduled runs are deleted properly.
GitHub Pull Request #6673
To implement notifications, you'd likely need to create a custom monitoring solution. This could involve:
1. Regularly checking the status of your deployments.
2. If a deployment is found inactive, triggering a notification via email, Slack, etc.
Would you like an example of how to set up such monitoring using Prefect flows and tasks?Alex Papanicolaou
07/06/2024, 10:40 PM