Skip to content

Avoid too many cron jobs executing at exactly the same time

Michael Prilop requested to merge 824-randomize-all-cronjobs into main

For #824 (closed)

We try to avoid entries starting at exactly the same time to avoid overloading the system (every entry starts up a rails process). Keep in mind that sometimes it is not obvious that entries start at the same time. For example 'every :hour' and 'every 5.minutes' also both trigger at midnight together wit all 'every :day' entries

Edited by Michael Prilop

Merge request reports