Hi,
The problem is: when a job fails for some reasons Sidekiq requeues it creating many duplicates despite the fact that it's unique.
Actually the problem is described here but it's not a Sidekiq issue anymore.
Is there any way to avoid duplicating?
UPD:
I'm runnig Puma as a web server
Hi,
The problem is: when a job fails for some reasons Sidekiq requeues it creating many duplicates despite the fact that it's unique.
Actually the problem is described here but it's not a Sidekiq issue anymore.
Is there any way to avoid duplicating?
UPD:
I'm runnig Puma as a web server