tim-kos/node-retry

sync or async?

ghostsquad opened this issue · 3 comments

are these operations synchronous or async?

Which operations do you mean?

retrying an operation.

When operation.retry() is called, it executes operation.attempt() again which is async of course.