Skip to content

ci: run stale workflow once daily (cron */10 fires every 10 minutes)#2183

Open
kobihikri wants to merge 1 commit into
Netflix:masterfrom
kobihikri:ci/stale-cron-once-daily
Open

ci: run stale workflow once daily (cron */10 fires every 10 minutes)#2183
kobihikri wants to merge 1 commit into
Netflix:masterfrom
kobihikri:ci/stale-cron-once-daily

Conversation

@kobihikri

Copy link
Copy Markdown

Hi, and thank you for Zuul.

One-character CI fix: stale.yml's schedule is

- cron: "*/10 5 * * *"

*/10 in the minutes field means every 10 minutes during hour 05 UTC — up to 6 runs a day for a job that only needs one (the run history shows the repeats, e.g. 05:45 and 06:32 today). It looks like a typo for the common "once daily at 05:10":

- cron: "10 5 * * *"

That's the whole change — same behavior, 6× fewer runner minutes and API calls.

For transparency: I used AI assistance to spot and draft this; I verified the cron line and the duplicate run history myself.

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.

1 participant