You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A companion library, request_store-sidekiq creates a Sidekiq middleware that will ensure the store is cleared after each job is processed, for security and consistency with how this is done in Rack.
The text was updated successfully, but these errors were encountered:
It seems that there is a gem that can deal with
Sidekiq
, but what aboutActiveJob
?https://github.com/steveklabnik/request_store#using-with-sidekiq
The text was updated successfully, but these errors were encountered: