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
recently ran into problems with deletes timing out when hitting queues hard within iron worker. ended up using the async module to run async.retry() for queue.del(). would be great if the library handled retrying on timeouts across all relevant functionality
The text was updated successfully, but these errors were encountered:
recently ran into problems with deletes timing out when hitting queues hard within iron worker. ended up using the async module to run async.retry() for queue.del(). would be great if the library handled retrying on timeouts across all relevant functionality
The text was updated successfully, but these errors were encountered: