Skip to content

Conversation

@spajus
Copy link
Contributor

@spajus spajus commented Mar 9, 2016

Some projects use redis namespaces defined with symbols rather than strings, and currently limit_fetch fails to work with symbol namespaces with following error:

Error fetching job: undefined method `+' for :sidekiq:Symbol

Update: this may be related to older ruby version (2.1.x). One more fix in gemspec makes this gem buildable and runable on 2.1.x

spajus added 2 commits March 9, 2016 18:03
Currently limit_fetch fails to work with symbol namespaces with following
error: `Error fetching job: undefined method `+' for :sidekiq:Symbol`
On older ruby versions string value fails with:
    NoMethodError: undefined method `join' for "lib":String
@spajus
Copy link
Contributor Author

spajus commented Mar 10, 2016

Added one more fix, gemspec fails with ruby 2.1.x

@brainopia brainopia merged commit 485c0dd into deanpcmad:master Jun 17, 2016
@brainopia
Copy link
Collaborator

Thank you! 🍻

@spajus spajus deleted the symbol_namespace branch June 18, 2016 05:31
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

Successfully merging this pull request may close these issues.

2 participants