Closed nvijayap closed 12 years ago
Showing above in code block now ...
worker = Pace::Worker.new("normal") TypeError: can't convert Symbol into String from /Library/Ruby/Gems/1.8/gems/pace-0.0.6/lib/pace/worker.rb:7:in
delete' from /Library/Ruby/Gems/1.8/gems/pace-0.0.6/lib/pace/worker.rb:7:in
initialize' from (irb):5:in `new' from (irb):5
Resolved thus ...
worker = Pace::Worker.new(:queue=>"normal")
The README.md at https://github.com/groupme/pace needs to be updated.
Sorry about that. We'll fix the README.
I see this while trying to start worker ...