You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My program executed for about three days (12/23 19:00 GMT+9 ~ 12/26 16:00 GMT+9)
What actually happened
Cronjobs which are scheduled on 12/24 09:50:00 and 12/25 09:50:00 executed exactly on expected time.
But, job schdueled 12/26 09:50:00 suddenly executed on 12/26 09:48:58.906632. and After the earlier job finished, the job scheduled on 12/26 09:50:00 executed twice.
Only 12/26 09:50:00 job executed twice and earlier than expected.
To Reproduce
I can not assure that this bug can be reporduced.
Steps to reproduce the behavior:
register cronjob with cron expression
start async
Version
go1.18.3
Expected behavior
Just one execution of cronjob, at 09:50:00 AM (or, a few seconds after schedule).
Additional context
NA
The text was updated successfully, but these errors were encountered:
Describe the bug
What I did
0 50 9 * * *
) for daily job execution.What actually happened
12/24 09:50:00
and12/25 09:50:00
executed exactly on expected time.12/26 09:50:00
suddenly executed on12/26 09:48:58.906632
. and After the earlier job finished, the job scheduled on12/26 09:50:00
executed twice.To Reproduce
Steps to reproduce the behavior:
Version
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: