-
Notifications
You must be signed in to change notification settings - Fork 11
refactor(worker): Introduce configurable max retries for bundle analysis tasks #603
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor(worker): Introduce configurable max retries for bundle analysis tasks #603
Conversation
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
CodSpeed Performance ReportMerging #603 will not alter performanceComparing Summary
|
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #603 +/- ##
=======================================
Coverage 93.87% 93.87%
=======================================
Files 1284 1284
Lines 46667 46670 +3
Branches 1522 1522
=======================================
+ Hits 43809 43812 +3
Misses 2548 2548
Partials 310 310
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
In additional to making max_retries values for bundle_analysis that can be configured, this fix will also add missing max_retries to any tasks already queued before deployment