UnlyEd / github-action-await-vercel

GitHub Action - Awaits a Vercel deployment to be ready
https://github.com/marketplace/actions/await-for-vercel-deployment
MIT License
30 stars 9 forks source link

adds retry mechanism on network failures #97

Closed dlively1 closed 1 year ago

dlively1 commented 1 year ago

👋 Thanks for making this action. We have been using it quite a bit in a high throughput environment.

We have ran into some issues with the Vercel API so we added a simple retry mechanism to avoid failing our CI checks. We've been running it for a few months and it helped stabilize our pipeline.

I tried to find the most compatible retry library to be as "drop-in" as possible.

Vadorequest commented 1 year ago

PR migrated to https://github.com/UnlyEd/github-action-await-vercel/pull/98

Vadorequest commented 1 year ago

98 merged

Thank you @dlively1 !