tim-kos / node-retry

Abstraction for exponential and custom retry strategies for failed operations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make `_createTimeout` public?

fiznool opened this issue · comments

I'd like to use the _createTimeout function directly to calculate a delay for a job which is to be re-inserted into a databased-backed task queue.

I know I can just use the function, but the _ indicates to me I'm not really supposed to... Would you be happy for this to be made public, e.g. strip the _?

👍