Skip to content

fix: change auto-deploy cron schedule to avoid GitHub Actions peak load#392

Merged
LVL1024 merged 3 commits into
masterfrom
hotfix/auto-deploy-schedule
Jun 12, 2026
Merged

fix: change auto-deploy cron schedule to avoid GitHub Actions peak load#392
LVL1024 merged 3 commits into
masterfrom
hotfix/auto-deploy-schedule

Conversation

@LVL1024

@LVL1024 LVL1024 commented Jun 12, 2026

Copy link
Copy Markdown
Collaborator

The auto-deploy workflow is scheduled at minute 0 of every hour (0 * * * *), which coincides with GitHub Actions' peak load period. According to GitHub's documentation, scheduled workflows can be delayed or dropped during high load times, which include the start of every hour.

This might explain why the bot is only running every 4-5 hours instead of every hour - GitHub was skipping/delaying the scheduled runs.

Testing out changing the time to a random number to see if it'll work better.

Parsed data in deadlock-data PR - Reopen deadbot PR or run deploy workflow for this branch here to reparse the data

@LVL1024 LVL1024 merged commit 982e960 into master Jun 12, 2026
@LVL1024 LVL1024 deleted the hotfix/auto-deploy-schedule branch June 12, 2026 15:48
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