sharingcloud / github-scbot

A custom GitHub Bot to manage our development workflows
MIT License
2 stars 0 forks source link

Retry mechanism on GitHub API calls #148

Closed Srynetix closed 2 years ago

Srynetix commented 2 years ago

Sometimes, a few API calls are too long (timeouts), or sometimes, GitHub responds with a 500 😕 We should add something like an exponential backoff retry to make sure the workflow will be respected.