roccomuso / node-webhooks

:arrow_right_hook: Node.js module to create and trigger your own webHooks.
190 stars 47 forks source link

Retry support #20

Open nodesocket opened 6 years ago

nodesocket commented 6 years ago

Would it be possible to add retries, i.e:

retries: 3
retryDelay: 30

If the returned status code is not one of httpSuccessCodes or a timeout, automatically retry the request using the above logic. Defaults to 0 retries.

roccomuso commented 5 years ago

it would be possible, maybe just for the timeout case.