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.
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.