pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
8 stars 10 forks source link

Slow down the assets sync #91

Closed daenney closed 2 years ago

daenney commented 2 years ago

With the number of repos we sync, we hit GitHub's API rate limit if we do too many in a row. So, sleep for 10s between each. This'll slow down the assets sync a bit, but should result in it now completing reliably every time.