Skip to content

Commit 19a1c92

Browse files
committed
Set sidekiq as ActiveJob backend
1 parent 6b14eca commit 19a1c92

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config/application.rb

+3
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ class Application < Rails::Application
3232
# Activate the Skylight agent in staging. You need to provision the
3333
# SKYLIGHT_AUTHENTICATION env var for this to work.
3434
config.skylight.environments += ["staging"]
35+
36+
# ActiveJob configuration
37+
config.active_job.queue_adapter = :sidekiq
3538
end
3639
end

0 commit comments

Comments
 (0)