-
-
Notifications
You must be signed in to change notification settings - Fork 174
Description
Hello!
I'm reaching out from Atlassian and we've been encountering some scenarios where the library's non-retry behavior for the fatal error codes limits the client's ability to implement retry logic.
After some discussion, we've been thinking that having a configuration option in createClient to bypass the fatal error code behavior would be beneficial. This would allow clients more customization to attempt to recover at a later time, for example by implementing backoff strategies, rather than having the library enforce a hard stop.
We'd be curious to hear your thoughts on adding a configuration option that allows clients to override or bypass the default fatal error handling?
If you're open to this, we'd be happy to discuss further or even contribute a PR.
Thanks for your consideration!