Avoid Scheduling Cron Jobs at 2-3 AM Due to Daylight Saving Time Issues
By
pera
Crispy enough to crunch, soft enough to enjoy. A good bake.
Summary
The article warns against scheduling cron jobs (automated tasks) for 2:00 am or 3:00 am on Sunday mornings due to daylight saving time transitions. It explains that while such jobs usually run fine, twice per year when daylight saving time begins or ends, these jobs can experience strange behavior, potentially running multiple times per second or not at all. The advice extends to avoiding these times on other days as well, since cron job schedules might be changed later.
Key quotes
· 3 pulledA word to the wise: Do not set any cron jobs for 2:00 am or 3:00 am on Sunday morning!
Most of the time such cron jobs will run fine, but if they run every Sunday morning, then twice per year they will run at the exact time daylight savings time (aka summer time) kicks in or ends, sometimes with very strange results.
Or to be safe, on other mornings besides Sunday as well, since jobs originally set to run on some particular day may eventually be changed to run on another day, or every day.
You might also wanna read
Evaluation of WolfSSL as an OpenSSL Alternative for HAProxy Server
The article details the author's negative experience attempting to use WolfSSL as a drop-in replacement for OpenSSL in an HAProxy server. De
blog.feld.me·3mo agoGuide: Using Custom Cross Compilers with Nix Package Manager
This technical guide explains how to use a custom cross compiler with the Nix package manager, specifically for targeting the Risc OS operat
Standardizing Software Installation: Why Configuration Should Use System Defaults
The article discusses software installation practices, arguing that installers should respect standard configuration and cache directory loc
Perl Programming Language: Why It Still Matters in 2025
The article discusses the continued relevance and importance of the Perl programming language in 2025, highlighting its practical applicatio
Why Average LLM Use Is Likely Destroying Value in Software Development
The author argues that, contrary to prevailing hype, the average use of Large Language Models (LLMs) is likely destroying value rather than
How AI Accelerated Prototyping: From Idea to Tangible in Record Time
The author reflects on how AI has transformed their prototyping workflow. Previously, the biggest bottleneck was the time needed to scaffold
