We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
session_store :active_record_store, ...
config/initializers/session_store.rb
It might be a Sidekiq issue, post here just in case.
Jason
The text was updated successfully, but these errors were encountered:
I think it is Rack issue with Ruby 2.7, OK reverted to 2.0.7.
Sorry, something went wrong.
I believe this is not related to ruby 2.7 but to rack 2.0.8, and can be probably fixed by #151 .
Has this issue been fixed?
No branches or pull requests
Hi,
I upgraded my app to Ruby 2.7, found the Sidekiq v5.2.7 web failed with the error trace :
When I commented out
session_store :active_record_store, ...
inconfig/initializers/session_store.rb
, the sidekiq web is fine.It might be a Sidekiq issue, post here just in case.
Jason
The text was updated successfully, but these errors were encountered: