Replies: 2 comments
-
The scheduler works just like crontab. If the system is off it will not send jobs. This is your option 2 |
Beta Was this translation helpful? Give feedback.
0 replies
-
It’s not what I experienced
I set a crontab to every minute
Stopped my service
Started it again and got several jobs one after the other
Itai Huber
… On 30 Dec 2021, at 14:40, Tim Jones ***@***.***> wrote:
The scheduler works just like crontab. If the system is off it will not send jobs. This is your option 2
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an hourly schedule, i need to support one of these two options
Option 1 - The called callback method will receive the time (and optionaly date) of this schedule.
So lets say my process was down for 5 hours, and i have a scehduler for every hour, when it gets up, i will get 5 notification callbacks called, i want to know for each one which hour it was suppose to run on.
Option 2 - If process is down for 5 hours, get only 1 call (skip on the missed schedules)
Beta Was this translation helpful? Give feedback.
All reactions