Switch language한국어
Back to the list

My 06:30 cron has never once started at 06:30

TL;DR AI

Key summary

2 min read
  1. A developer found GitHub Actions cron jobs can start hours late or fail to run at all.

  2. A five-minute schedule ran only about 5% of the expected times, and a daily job was delayed by 1.5 to nearly 4 hours.

  3. They also observed GitHub silently disabling a scheduled workflow after inactivity.

  4. In response, they built Cronwake, a read-only GitHub App that monitors scheduled workflows and alerts on late, missing, or disabled runs.

Read the original