Skip to content

Adjust cron schedule to off-minute to avoid thundering herd - #1092

Closed
sarinali with Copilot wants to merge 2 commits into
mainfrom
copilot/update-cron-configuration
Closed

Adjust cron schedule to off-minute to avoid thundering herd#1092
sarinali with Copilot wants to merge 2 commits into
mainfrom
copilot/update-cron-configuration

Conversation

Copilot AI commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

Cron jobs running at minute 0 create resource contention when systems share infrastructure.

Changes

  • .github/workflows/release-unreleased-digest.yml: Schedule changed from 0 4 * * 2-6 to 17 4 * * 2-6
schedule:
  # Daily at 8pm PT / 4am UTC (Mon-Fri PT = Tue-Sat UTC)
  # Using minute 17 to avoid thundering herd problem
  - cron: "17 4 * * 2-6"

Workflow still runs daily at 4am UTC, now offset by 17 minutes to reduce simultaneous execution with other processes.

Original prompt

Update the cron configuration in the repository to avoid the thundering herd problem. Adjust the cron execution schedule to off-minutes so the processes avoid excessive simultaneous execution when sharing limited resources.

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@vercel

vercel Bot commented Feb 17, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 17, 2026 11:19pm

Request Review

Co-authored-by: sarinali <74844953+sarinali@users.noreply.github.com>
@sarinali
sarinali marked this pull request as ready for review February 17, 2026 23:18
Copilot AI changed the title [WIP] Update cron configuration to avoid thundering herd problem Adjust cron schedule to off-minute to avoid thundering herd Feb 17, 2026
Copilot AI requested a review from sarinali February 17, 2026 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants