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.
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.