OCA / oca-github-bot

The GitHub Bot of the Odoo Community Association (OCA)
MIT License
40 stars 57 forks source link

Retry on git fetch errors #177

Closed sbidoul closed 2 years ago

sbidoul commented 2 years ago

git fetch --prune --force fails when concurrent tasks attempt to do it. Try to duck the issue and reduce sentry alerts pollution by retrying automatically.