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

Parameters turn into String #182

Closed
felipeclopes opened this issue May 20, 2016 · 1 comment
Closed

Parameters turn into String #182

felipeclopes opened this issue May 20, 2016 · 1 comment

Comments

@felipeclopes
Copy link

The issue happens when sidekiq-unique-jobs is added to Gemfile,

Once I added the sidekiq-uniq-jobs all the parameters started being evaluated as string, even simple DateTime ones. I just removed the gem and the system was back to normal.

Is this an expected behavior or is it a bug?

Gemfile.lock

    sidekiq (4.1.2)
      concurrent-ruby (~> 1.0)
      connection_pool (~> 2.2, >= 2.2.0)
      redis (~> 3.2, >= 3.2.1)
    sidekiq-unique-jobs (4.0.17)
      sidekiq (>= 2.6)
      thor

I wonder if this happens only in the newer versions

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

2 participants