https://dagster.io/ logo
#dagster-support
Title
# dagster-support
v

Valentyna Kachurina

01/13/2023, 5:59 PM
Hi everyone! My Dagster Cloud is giving me a hard time. Scheduler has stoped working👀. Just some background. Jobs can be triggered manually and they are completing successfully. Scheduler stopped working yesterday after triggering several jobs as it usually does. There is no error or something. Just this '-' in the Run part. I have not changed anything in the code. Can you please help what it can be about?
d

daniel

01/13/2023, 6:06 PM
Hi Valentyna, any chance you'd be able to share the code of the schedule?
Did this happen for multiple schedules, or just that one?
v

Valentyna Kachurina

01/13/2023, 6:06 PM
None is working
Copy code
dbt_daily_snapshot_schedule = ScheduleDefinition(
    job=dbt_daily_snapshot,
    cron_schedule="0 3 * * *",
    execution_timezone=CHICAGO,
    description="Every day at 3am",
)
d

daniel

01/13/2023, 6:24 PM
Do you know what version of dagster your code is using? It's looking like this might be a version compatibiltiy issue on our side that we are investigating now
v

Valentyna Kachurina

01/13/2023, 6:25 PM
Agent v1.0.16
d

daniel

01/13/2023, 6:26 PM
Do you know what image the code itself used?
v

Valentyna Kachurina

01/13/2023, 6:28 PM
dagster v0.12.8
2 Views