chore(daily-regen): switch from 2h to hourly cadence#6943
Merged
Conversation
- Change schedule to run hourly, skipping 20:00–23:59 Berlin window - Adjust cron expression to reflect new hourly frequency
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adjusts the scheduled daily regeneration workflow from a 2-hour cadence to an hourly cadence while preserving a UTC skip window intended to avoid Berlin evening hours.
Changes:
- Updates schedule documentation from 10 runs/day to 20 runs/day.
- Changes the cron expression to run hourly except UTC 18–21.
- Updates comments to describe the new cadence and protected window.
| on: | ||
| schedule: | ||
| - cron: '0 0,2,4,6,8,10,12,14,16,22 * * *' | ||
| - cron: '0 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,22,23 * * *' |
| on: | ||
| schedule: | ||
| - cron: '0 0,2,4,6,8,10,12,14,16,22 * * *' | ||
| - cron: '0 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,22,23 * * *' |
MarkusNeusinger
added a commit
that referenced
this pull request
May 18, 2026
Version bump for the v2.4.0 release. Release notes will be attached to the tag once this lands. ## Highlights since v2.3.0 - **R / ggplot2 added as the 10th library** + multi-language pipeline (#6944, #6961, #7052). 30 ggplot2 implementations landed across foundational plot types. - **In-app feedback widget** (#7143). - **Stats page** with Plausible visitors chart + daily-impl timeline (#6608). - **Language across the site**: `/plots?lang=` filtering, cross-language carousel, language in URLs and titles (#7141, #7142, #7144). - **UI polish**: pseudo-function styling for 404 / footer / empty state / library card (#6436); mobile fixes for `/stats`, `/mcp`, breadcrumb + FAB (#6902, #7283). - **Pipeline**: review-retry listener + stuck-jobs watchdog (#6084); daily-regen 2h → hourly (#6943). - **Dependencies**: mypy 1.20→2.1, urllib3 2.6→2.7, authlib bump, react/mui/python-minor groups. - ~1200 implementation regenerations across all 10 libraries. No SemVer-breaking changes. **Full Changelog:** v2.3.0...main 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Test plan
0 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,22,23 * * *→ 20 ticks/daymin_age_hours=20freshness gate unchanged — same spec still won't be re-rolled within 20hconcurrency: daily-regengroup still serializes overlapping ticks (bulk-generate has its own concurrency too, so back-to-back hours that take >1h will queue rather than overlap)