<div dir="ltr">Hello all,<div><br></div><div>Recently, we have been having some issues with cronjobs not running reliably [1]. One of the reasons for this is that almost 300 tasks are scheduled to run exactly at midnight, overloading the server.</div><div><br></div><div>We are working on resolving the issue, but in the meanwhile, please take a look at your crontab. The busiest times are:</div><div> - midnight, then</div><div> - every whole hour, then</div><div> - every half hour, then</div><div> - every 15 minutes, then</div><div> - every 5 minutes.</div><div><br></div><div>If the exact timing is not that important, consider moving your job away from the hotspots. For example, if you have a job that runs daily, consider running it at 4:23 instead of midnight. If you have a job that runs hourly, consider running it not at the whole hour, but at some other minute. This will help to keep cron available for jobs that //must// schedule at that exact time (e.g. something that rotates pages at midnight).</div><div><br></div><div>Merlijn</div><div><br></div><div>[1] <a href="https://phabricator.wikimedia.org/T123186">https://phabricator.wikimedia.org/T123186</a></div></div>