platformsh-templates / laravel

Laravel template for Platform.sh.
23 stars 98 forks source link

Bug/33 crons #54

Closed gilzow closed 1 year ago

gilzow commented 1 year ago

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.