Sidekiq Pro allows for pausing of queues, but it seems like this functionality is dependent on using reliable_fetch, which is overridden by this gem. Might be worth either adding support for pausing or documenting the incompatibility with the pause feature.
Sidekiq Pro allows for pausing of queues, but it seems like this functionality is dependent on using
reliable_fetch
, which is overridden by this gem. Might be worth either adding support for pausing or documenting the incompatibility with the pause feature.