grafana / wait-for-github

GNU Affero General Public License v3.0
13 stars 5 forks source link

configurable pending recheck interval #161

Closed pznamensky closed 2 months ago

pznamensky commented 2 months ago

Recently a pending recheck time was introduced: https://github.com/grafana/wait-for-github/pull/144 Though reasons behind this PR sound absolutely reasonable, we've found that the current hard-coded time is not enough in our set up. So, I think it might be worth making this parameter configurable by users. In this PR I've added a new flag --pending-recheck-time that controls recheck delay. I'm not confident with golang, so please, let me know if I can make something better.

CLAassistant commented 2 months ago

CLA assistant check
All committers have signed the CLA.