Issues already marked stale are clogging the stale action #13986
Labels
bug 🐛
low effort
There is not much implementation work to be done. The task is very easy or tiny.
medium impact
Default level of impact
must have
Something we consider an essential part of Solidity 1.0.
After the update in #13947, the stale action started nicely by tagging batches of ~20 issues as stale per day. However, now it's gradually tagging fewer and fewer issues. There was only one marked stale yesterday. We need to fix that.
Looking at the last run, here's a breakdown of the 100 issues it processed:
It's the last category that seems problematic. For these issues it prints
2 operations consumed for this issue
in the log. I think it's stopping when it uses up its allotted number of Github API operations and that happens before it gets to non-stale issues. There's no such message for issues exempt due to labels or milestones.This seems to be a known issue with this action: actions/stale#792. Looks like it can't cope with too many stale issues at once. I think that in the long term it would eventually get to the newer ones, once some of the stale ones get closed off, but having it stall like this is annoying.
Fortunately our stale period is not that long, so after 7 days it should start closing old issues and then it will be tagging as stale again. In fact, it should be starting to close the issues it marked stale first about now. Still, we should try to find a workaround:
The text was updated successfully, but these errors were encountered: