[PR #10447] #10333 Increases operations per run of GitHub 'stale' action #12491

Closed
opened 2026-02-07 06:56:49 +03:00 by OVERLORD · 0 comments
Owner

Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10447

State: closed
Merged: Yes


Attempts to work around the issues described in #10333. The stale action is not caching state between runs. This workaround is an attempt to increase the operations per run so that every issue can be looked at in every run -- no need to maintain state.

NOTE: There is a chance that running 500 operations this quickly will result in GitHub throttling our bot and/or blocking it for up to 1 hour. If that happens, we'll reduce the value again.

Changes

  • Returns the cron schedule to once a day instead of twice daily since we are now processing every issue in every run
  • Adds the ascending: true property to process the older items first
  • Increases the operations-per-run to 500 to process the entire list of open issues

Issues
#10333

**Original Pull Request:** https://github.com/jellyfin/jellyfin/pull/10447 **State:** closed **Merged:** Yes --- Attempts to work around the issues described in #10333. The stale action is not caching state between runs. This workaround is an attempt to increase the operations per run so that every issue can be looked at in every run -- no need to maintain state. NOTE: There is a chance that running 500 operations this quickly will result in GitHub throttling our bot and/or blocking it for up to 1 hour. If that happens, we'll reduce the value again. **Changes** - Returns the cron schedule to once a day instead of twice daily since we are now processing every issue in every run - Adds the `ascending: true` property to process the older items first - Increases the `operations-per-run` to 500 to process the entire list of open issues **Issues** #10333
OVERLORD added the pull-request label 2026-02-07 06:56:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#12491