-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scheduler does not seem to run on a schedule #56
Comments
For Andrew / future reference, the schedule needs to be manually enabled in the UI so the entire crawl is not run in development |
Note I enabled the schedule in the UI but when I checked, there was a failure to run:
|
I remember I ran into this with Oregon. I believe this is due to us not passing in the current dagster instance for the instance= argument somewhere. Or not having set the dagster home env var. The error message regarding using an old version of the web server I believe is incorrect and there is an open PR to make it more specific. |
Description:
The Scheduler software is not executing jobs as expected on its defined schedule. It only runs when triggered manually, whereas it should automatically crawl all partitions as needed based on the configured schedule.
Expected Behavior:
The Scheduler should automatically trigger and execute jobs according to the defined schedule without manual intervention.
The text was updated successfully, but these errors were encountered: