mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Add sidekiq as a job backend
This commit is contained in:
parent
313731232e
commit
929ada8fd0
22 changed files with 109 additions and 154 deletions
3
config/initializers/sidekiq.rb
Normal file
3
config/initializers/sidekiq.rb
Normal file
|
@ -0,0 +1,3 @@
|
|||
require 'sidekiq/web' # Require at the top of the initializer
|
||||
|
||||
Sidekiq::Web.set :session_secret, Rails.application.secret_key_base
|
Loading…
Add table
Add a link
Reference in a new issue