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 just ran into a case where a push failed, but there were no retries. I looked into your code, and this line: https://github.com/mafintosh/sqs/blob/master/index.js#L71 makes it so that retry logic never happens if you provide a callback.
The text was updated successfully, but these errors were encountered:
I just ran into a case where a push failed, but there were no retries. I looked into your code, and this line: https://github.com/mafintosh/sqs/blob/master/index.js#L71 makes it so that retry logic never happens if you provide a callback.
The text was updated successfully, but these errors were encountered: