Deployment schedules not working! I recently rebui...
# prefect-cloud
a
Deployment schedules not working! I recently rebuilt our prefect cloud deployments to use an ecs worker pool. We use cron schedules for all our deployments and have never had any issues, but now the deployments are no longer triggering flows. And when I go to the "upcoming" section in the prefect cloud UI I dont see any scheduled runs for any of my deployments. The deployments are active. Any idea what is going on here?
1
j
Hi, i'm able to deploy w/ a cron schedule and have runs appear fine. Would you mind sharing your deployment id that isn't scheduling runs?
a
@Jake Kaplan was able to figure it out thanks to @Kevin Grismore, I am using the rest API to deploy and was passing an empty string as the "manifest_path" field which caused the deployment to not schedule correctly but still show the correct values in the UI. The fix was to null out that field when I create the deployments.
👍 1
j
great to hear! If you get a chance would you mind filing a bug report here: https://github.com/PrefectHQ/prefect, that seems like behavior we should patch so it errors correctly