Skip to content

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

Closed
@testwisely

Description

@testwisely

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions