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

0.4.1 bug with bang-methods #25

Closed
igorsokolov opened this issue Oct 16, 2013 · 1 comment
Closed

0.4.1 bug with bang-methods #25

igorsokolov opened this issue Oct 16, 2013 · 1 comment

Comments

@igorsokolov
Copy link

Right now the released version of gem (latest on rubygems.org is 0.4.1) is broken, runner script outputs:

undefined method `start!' for #SidekiqScheduler::Manager:0x007f83f4f24c50

As i found in sidekiq-scheduler/cli.rb, there are still bang method calls:

      scheduler = SidekiqScheduler::Manager.new(scheduler_options)
      scheduler.start!
      run_manager
      scheduler.stop!

Is it possible to release fixed version 0.5 of the gem anytime soon?

@igorsokolov
Copy link
Author

Duplicate of #26

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