sidekiq.log 中 Exhausted 2 重试的原因是什么

what is the causes of Exhausted 2 retries in sidekiq.log

在我的 sidekiq.log 上,我有一条警告消息 WARN: {:message=>"Exhausted 2 retries"}。我想知道如何解决这些问题。

complete gist 第 16 行。

问题出在这里:

EXECABORT Transaction discarded because of previous errors.

您的 Redis 实例以某种方式损坏,很可能是内存不足。