| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| break | ||
| fi | ||
| sleep 60 | ||
| sleep 600 |
There was a problem hiding this comment.
We have to wait 10 minutes!?
Sorry, something went wrong.
There was a problem hiding this comment.
As it's a sleep, it seems so. It's maybe related to @kou network. 10mn is OK though is necessary.
Sorry, something went wrong.
There was a problem hiding this comment.
Ah the issue explains the whole process takes ~30 minutes so ~10 minutes seems reasonable (I guess Github doesn't like pinging too often)
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, it's pretty clear regarding #588 (comment)
Sorry, something went wrong.
There was a problem hiding this comment.
Yes.
I've added it to this PR description too. Sorry. I should have explained it in the PR description too.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes GH-588.
release.yml takes at least 30min now. So 60s wait interval is too short. We can use longer interval to avoid needless API requests.