add active job to skylight probes
This commit is contained in:
parent
137680879c
commit
9f6cff07e4
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ module TPS
|
||||||
|
|
||||||
config.ds_zonage_enabled = ENV.fetch("ZONAGE_ENABLED", nil) == "enabled"
|
config.ds_zonage_enabled = ENV.fetch("ZONAGE_ENABLED", nil) == "enabled"
|
||||||
|
|
||||||
config.skylight.probes += [:graphql]
|
config.skylight.probes += [:graphql, :active_job]
|
||||||
|
|
||||||
# Custom Configuration
|
# Custom Configuration
|
||||||
# @see https://guides.rubyonrails.org/configuring.html#custom-configuration
|
# @see https://guides.rubyonrails.org/configuring.html#custom-configuration
|
||||||
|
|
Loading…
Reference in a new issue