-
Notifications
You must be signed in to change notification settings - Fork 144
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
update: handle PLATFORM_NOT_ACTIVE error gracefully #2401
update: handle PLATFORM_NOT_ACTIVE error gracefully #2401
Conversation
Signed-off-by: svetoslav-nikol0v <svetoslav.nikolov@limechain.tech>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #2401 +/- ##
==========================================
- Coverage 76.49% 74.37% -2.13%
==========================================
Files 304 269 -35
Lines 75800 67837 -7963
==========================================
- Hits 57986 50455 -7531
+ Misses 17814 17382 -432 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description:
When the SDK gets
PLATFORM_NOT_ACTIVE
error, will retry to execute the transaction until reaching the max attempts limit.Fixes #2353
Checklist