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
WorkQueue usage failure points:
a.) Redis may crash
b.) Worker task or other consumer of queue may crash
resulting in lost work requests, especially if already removed from queue by the consumer.
WorkQueue usage failure points:
a.) Redis may crash
b.) Worker task or other consumer of queue may crash
resulting in lost work requests, especially if already removed from queue by the consumer.
With respect to issue a., see http://redis.io/topics/persistence.
With respect to issue b. see pattern: Reliable Queue in: http://redis.io/commands/rpoplpush.
The text was updated successfully, but these errors were encountered: