Pavel Titov
Pavel Titov
Updated this PR to bring it in line with latest changes by Joseph
I believe this a duplicate of #2922
I have made an alternative gem that uses Quill CDN instead of asset pipeline and is compatible with Rails5: https://github.com/paul-at/quill-rails5
Couldn't figure out how to run the script (it fails with "There is no installation file that ends with .deb - aborting" after checking that file that was never downloaded...
Would've been nice to change >= 6 sidekiq dependency to ~> 6 if v7 support is broken and the gem is no longer maintained. Ran into a nasty race condition...
@kreintjes I think your hypothesis is correct. My use case consists of a single Sidekiq process with multiple threads, processing several queues and limit_fetch was used to process one of...
I suspect this may be related to #45552