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
{{ message }}
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Thank you for your package! Everything is working fine, but it would be nice to have the possibility to have an offset. I now have multiple processes running every ten seconds, which cause them to start at the same time, while this is not necessary.
Something like $shortSchedule->command('some-artisan-command')->everySeconds(10)->offsetSeconds(5);
would be a great addition I think.
This discussion was converted from issue #45 on September 14, 2021 08:25.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you for your package! Everything is working fine, but it would be nice to have the possibility to have an offset. I now have multiple processes running every ten seconds, which cause them to start at the same time, while this is not necessary.
Something like
$shortSchedule->command('some-artisan-command')->everySeconds(10)->offsetSeconds(5);
would be a great addition I think.
Beta Was this translation helpful? Give feedback.
All reactions