You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've come across certain use cases where I would like to override the number of retries, configured in the client, on very specific requests, like in the following example, without having to create a new client instance:
client.send(path, {retry: 0, ...}, callback);
If this is currently possible, I didn't manage to get it right ... would this be a reasonable feature to add to resilient.js?
The text was updated successfully, but these errors were encountered:
I've come across certain use cases where I would like to override the number of retries, configured in the client, on very specific requests, like in the following example, without having to create a new client instance:
If this is currently possible, I didn't manage to get it right ... would this be a reasonable feature to add to resilient.js?
The text was updated successfully, but these errors were encountered: