|
conn.zremrangebyrank(LIST_KEY, 0, -(Sidekiq.failures_max_count + 1)) |
I'm getting this error whenever my worker fails while trying to hit an external api. It's not a huge deal because the worker would fail anyway, but it's not a very helpful error message.
sidekiq-failures/lib/sidekiq/failures/middleware.rb
Line 32 in ade3c00
I'm getting this error whenever my worker fails while trying to hit an external api. It's not a huge deal because the worker would fail anyway, but it's not a very helpful error message.