Troubleshooting schedules
If you have issues with a schedule, use the following steps to diagnose and resolve the problem.
Step 1: Verify that the schedule has been started
-
In the Dagster UI, click Overview > Schedules tab.
-
Locate the schedule. Schedules that have been started will have an enabled toggle in the Running column:
Step 2: Check for execution failures
Next, check that the schedule executed successfully. You can do this by looking at the Last tick column in the Schedules tab.
If the scheduled failed to execute, this column will contain a Failed badge. Click the badge to display the error and stack trace describing the failure.
Step 3: Verify the schedule's interval configuration
Next, verify that the schedule is using the time interval you expect. In the Schedules tab, locate the schedule and look at the Schedule column:
The Next tick value indicates when the schedule is next expected to run. In the above image, the next tick is May 2, 12:00 AM UTC
.
Verify that the time is what you expect, including the timezone.