Netanel Malka
05/26/2024, 1:05 PM{'detail': ["Error updating deployment: Deployment
UUID('ed405495-8052-4e66-9571-d96b4231355a') has multiple schedules. Please use
the UI or update your client to adjust this deployment's schedules."]}
While in the docs I can see that on prefect yaml there can be deployment with more than 1 scheduleMarvin
05/26/2024, 1:05 PMyaml
deployments:
- name: my-deployment
flow_name: my-flow
schedules:
- cron: "0 0 * * *"
timezone: "America/Chicago"
active: false
- cron: "0 12 * * *"
timezone: "America/New_York"
active: true
- cron: "0 18 * * *"
timezone: "Europe/London"
active: true
### Helpful Links
- Prefect Schedules Documentation
### Relevant GitHub Issues
There are related discussions on GitHub about similar issues:
- Expand Projects to Support Multiple Deployments
- Deployment Concept Update
Hopefully, this provides a clear path to resolving the issue. If you've tried these steps and the issue persists, consider reaching out on the Prefect community forums for more targeted assistance.Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.
Powered by