Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ETA on new rubygems release with changes from #13 #14

Open
silasjmatson opened this issue Jun 14, 2017 · 0 comments
Open

ETA on new rubygems release with changes from #13 #14

silasjmatson opened this issue Jun 14, 2017 · 0 comments

Comments

@silasjmatson
Copy link

I have a sidekiq.yml file with the following:

# Configuration file for Sidekiq.
# Options here can still be overridden by cmd line args.
# Place this file at config/sidekiq.yml and Sidekiq will
# pick it up automatically.
---
:verbose: false
:concurrency: 5

# Set timeout to 8 on Heroku, longer if you manage your own systems.
:timeout: 8

# Sidekiq will run this file through ERB when reading it so you can
# even put in dynamic logic, like a host-specific queue.
# http://www.mikeperham.com/2013/11/13/advanced-sidekiq-host-specific-queues/
:queues:
  - default
  - mailers

However, the concurrency option is overridden due to this line in the latest version available on rubygems: https://github.com/uken/guard-sidekiq/blob/v0.1.0/lib/guard/sidekiq.rb#L24

It looks like the issue was fixed in #13 but no new gem version has been released.

I can point my Gemfile to github for the time being, so it's not a huge deal.

Could we get an ETA on a new rubygems release with those changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant