Closed gilzow closed 1 year ago
See issue #33
Crons on Professional plans have a minimum of 5 minutes between cron runs, and a jitter of 20 minutes. Given that the Laravel docs suggest running the schedule:run as a cron scheduled for every minute, scheduled jobs will be missed/skipped.
schedule:run
Description
See issue #33
Related Issue
33
Motivation and Context
Crons on Professional plans have a minimum of 5 minutes between cron runs, and a jitter of 20 minutes. Given that the Laravel docs suggest running the
schedule:run
as a cron scheduled for every minute, scheduled jobs will be missed/skipped.