-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
JobScheduler Improvements #30
Comments
Is 1 the same issue as you mentioned earlier? 2 we should only need one last scheduled date for all jobs. It is basically the date we last scheduled something. And at init every schedule should base itself off that. It could be renamed to |
I see it is not. It still eventually goes through |
I see! The scheduled job itself can manage the last time it ran and generate a revision id. |
You're correct, I will continue debugging. |
1 - Investigate using JobQueue push to push jobs onto a queue
2 - I think the Metadata needs updated to use JobName -> last run (or scheduled) instead of
_jobScheduleLastDate
It's a little confusing right now if one has more than one scheduled jobEx: StatsJob runs every 5 minutes
KPI runs everyday @12 AM UTC
The text was updated successfully, but these errors were encountered: