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
Calling processNextJob when there's no jobs pending seems to make little sense. Queue could run on each enqueue, and start the retry intervals only on job error. If app goes offline for hours though, it may make sense to offer an API to retry it manually, or on a window.addEventListener('online', callback) event.
The text was updated successfully, but these errors were encountered:
Calling
processNextJob
when there's no jobs pending seems to make little sense. Queue could run on eachenqueue
, and start the retry intervals only on job error. If app goes offline for hours though, it may make sense to offer an API to retry it manually, or on awindow.addEventListener('online', callback)
event.The text was updated successfully, but these errors were encountered: