cake-contrib / Cake.AddinDiscoverer

Tool to aid with discovering information about Cake Addins
MIT License
5 stars 6 forks source link

Do not update recipe files asynchronously #195

Closed Jericho closed 3 years ago

Jericho commented 3 years ago

File should be processed synchronously in order to minimize the likelihood of triggering GitHub's abuse detection. also, make sure to pause between each file.

The current logic is problematic when updating several files because they end up being too quickly which GitHub interprets as an attempt to abuse their Api.