We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b14eca commit 19a1c92Copy full SHA for 19a1c92
config/application.rb
@@ -32,5 +32,8 @@ class Application < Rails::Application
32
# Activate the Skylight agent in staging. You need to provision the
33
# SKYLIGHT_AUTHENTICATION env var for this to work.
34
config.skylight.environments += ["staging"]
35
+
36
+ # ActiveJob configuration
37
+ config.active_job.queue_adapter = :sidekiq
38
end
39
0 commit comments