-
Notifications
You must be signed in to change notification settings - Fork 169
Processing less than 24 issues per day #165
Comments
You could fork stale and edit it's use of scheduler to utilize these options. Or you could build this into core stale and open a PR and as long as the default is still an hour, that should be fine. |
From @bkeepers' comment in #167 (review) this is blocked on having support in https://github.com/probot/scheduler for a per-repository scheduler (tracked as probot/scheduler#32).
|
From #167, this requires changes in probot's scheduler library. As an alternative, can we find a configuration option to make probot skip a run? A blunt option would be "run once a day". That would work for our use case, but would a change like that be accepted? |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
This is blocked pending an upstream fix of probot/scheduler#32. |
I note that you could do this in a probabilistic way without changing the scheduler by setting |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? |
The
limitPerRun
configuration option, which limits the number of actions per hour, has a minimum of 1. This means that when enabling stale bot on a repo with lots of old issues, the minimum is getting pings on 24 issues per day.Does anyone here have ideas how to reduce that?
I'm interested to know if it's possible to get somewhere between 1-5 issues a day, so that they can be reviewed appropriately.
Thanks!
The text was updated successfully, but these errors were encountered: