Skip to content

Commit

Permalink
Merge pull request #305 from hathitrust/sidekiq-initializer
Browse files Browse the repository at this point in the history
fixup: require sidekiq initializer for sidekiq web
  • Loading branch information
aelkiss authored May 29, 2024
2 parents d1f6d5d + 41d1911 commit f3ba543
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/sidekiq_web.ru
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "securerandom"
require "rack/session"
require "sidekiq/web"
require_relative "../config/initializers/sidekiq"

# In a multi-process deployment, all Web UI instances should share
# this secret key so they can all decode the encrypted browser cookies
Expand Down

0 comments on commit f3ba543

Please sign in to comment.