Replies: 2 comments 6 replies
-
|
Yes that is what will happen - both tasks will be running at the same time. You can prevent this by using the https://docs.coravel.net/Scheduler/#prevent-overlapping-tasks |
Beta Was this translation helpful? Give feedback.
6 replies
-
|
wow ! that's perfect |
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

Uh oh!
There was an error while loading. Please reload this page.
-
If I am have an every-second schedule, and at some time the Invoke() method takes longer than 1 second, does that mean Invoke() may be called again before the previous one finishes?
I guess another way of asking, is the every-second interval wall time? or 1 second since the previous invoke returned?
Beta Was this translation helpful? Give feedback.
All reactions