Skip to content

Sidekiq web failed to start with Ruby 2.7 when using active_record_store #152

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

Closed
testwisely opened this issue Jan 1, 2020 · 3 comments
Closed

Comments

@testwisely
Copy link

testwisely commented Jan 1, 2020

Hi,

I upgraded my app to Ruby 2.7, found the Sidekiq v5.2.7 web failed with the error trace :

activerecord (6.0.2.1) lib/active_record/connection_adapters/abstract/quoting.rb:231:in `_quote'
...
activerecord-session_store (1.1.3) lib/active_record/session_store/session.rb:58:in `find_by_session_id'

When I commented out session_store :active_record_store, ... in config/initializers/session_store.rb, the sidekiq web is fine.

It might be a Sidekiq issue, post here just in case.

Jason

@testwisely
Copy link
Author

I think it is Rack issue with Ruby 2.7, OK reverted to 2.0.7.

@borama
Copy link

borama commented Jan 10, 2020

I believe this is not related to ruby 2.7 but to rack 2.0.8, and can be probably fixed by #151 .

@wimpog
Copy link

wimpog commented Oct 30, 2020

Has this issue been fixed?

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

3 participants