socialpandas / sidekiq-priority

Prioritize Sidekiq jobs within queues
MIT License
47 stars 6 forks source link

Celluloid requires in fetch.rb but absent from dependencies #11

Open maxmercy opened 5 years ago

maxmercy commented 5 years ago

I am trying to use the gem but have an error regarding celluloid when trying to start sidekiq as you can see in the image:

58797717-fcbede80-8600-11e9-88e7-0d9c73f79889

The celluloid seems to be require in this file: sidekiq-priority/lib/sidekiq/priority/server/fetch.rb

However I do not understand why it is require? It seems to be working when removing the line: https://github.com/socialpandas/sidekiq-priority/blob/master/lib/sidekiq/priority/server/fetch.rb#L1

I wonder if this is still needed?

Thanks for your help.

shashanj commented 2 years ago

This issue is still happening....is there a scope of new release for this gem?