Moe
02/05/2025, 4:52 PM2025-02-05T16:36:06.234Z
pydantic_core._pydantic_core.ValidationError: 10 validation errors for DeploymentResponse
2025-02-05T16:36:06.234Z
schedules.0.schedule.function-after[validate_timezone(), IntervalSchedule].interval
2025-02-05T16:36:06.234Z
Field required [type=missing, input_value={'cron': '35 14 * * 7', '...oronto', 'day_or': True}, input_type=dict]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/missing>
2025-02-05T16:36:06.234Z
schedules.0.schedule.function-after[validate_timezone(), IntervalSchedule].cron
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value='35 14 * * 7', input_type=str]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
2025-02-05T16:36:06.234Z
schedules.0.schedule.function-after[validate_timezone(), IntervalSchedule].day_or
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value=True, input_type=bool]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
2025-02-05T16:36:06.234Z
schedules.0.schedule.CronSchedule.cron
2025-02-05T16:36:06.234Z
Value error, Invalid cron string: "35 14 * * 7" [type=value_error, input_value='35 14 * * 7', input_type=str]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/value_error>
2025-02-05T16:36:06.234Z
schedules.0.schedule.RRuleSchedule.rrule
2025-02-05T16:36:06.234Z
Field required [type=missing, input_value={'cron': '35 14 * * 7', '...oronto', 'day_or': True}, input_type=dict]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/missing>
2025-02-05T16:36:06.234Z
schedules.0.schedule.RRuleSchedule.cron
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value='35 14 * * 7', input_type=str]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
2025-02-05T16:36:06.234Z
schedules.0.schedule.RRuleSchedule.day_or
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value=True, input_type=bool]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
2025-02-05T16:36:06.234Z
schedules.0.schedule.NoSchedule.cron
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value='35 14 * * 7', input_type=str]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
2025-02-05T16:36:06.234Z
schedules.0.schedule.NoSchedule.timezone
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value='America/Toronto', input_type=str]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
2025-02-05T16:36:06.234Z
schedules.0.schedule.NoSchedule.day_or
2025-02-05T16:36:06.234Z
Extra inputs are not permitted [type=extra_forbidden, input_value=True, input_type=bool]
2025-02-05T16:36:06.234Z
For further information visit <https://errors.pydantic.dev/2.9/v/extra_forbidden>
I haven't seen this issue before, and nothing wrong with my schedule from what I can tell. What's happening here? These are my schedules I set in UI:Nate
02/05/2025, 4:58 PMMoe
02/05/2025, 5:01 PMMoe
02/05/2025, 5:05 PMNate
02/05/2025, 5:16 PMI'm using Prefect Cloudthanks! can you share the versions i see you said
Hi all, I deployed a Prefect (3.1.1) flow successfully on ECSbut from this its unclear if you mean the runtime image or the worker
Moe
02/05/2025, 5:57 PMMoe
02/05/2025, 5:59 PMprefecthq/prefect:3.1.1-python3.12
Nate
02/05/2025, 6:13 PMMoe
02/05/2025, 6:15 PMNate
02/05/2025, 6:16 PMNate
02/05/2025, 6:16 PMMoe
02/05/2025, 6:35 PM0 1 * * 7
, Prefect doesn't like it. But if I used 0 1 * * 0
, flow runs fine. And it fails even schedule is paused.Moe
02/05/2025, 6:35 PMMoe
02/05/2025, 6:48 PM