Skip to content

Allow to override retries option on resilient#send and rest of methods. #135

@ismriv

Description

@ismriv

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?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions