Hi. When deploying code locations via the helm cha...
# deployment-kubernetes
g
Hi. When deploying code locations via the helm chart (
dagster-user-deployments
), sensors in each individual deployments are triggered by all the jobs across all the deployments, regardless of the sensor parameters. The sensors are defined using
@run_status_sensor
, and
monitor_all_repositories
is NOT set (default is
False
), and
monitored_jobs
is set with a specific list of jobs. It's basically like if configuration doesn't change anything, and sensors are monitoring all jobs across all deployments no matter what. We can observe the same behaviour when using the official
dagster-slack
sensor from
make_slack_on_run_failure_sensor
.
👀 1
b
I have experienced similar problem, I am using the
run_status_sensor
and it is triggered for all the jobs and not just those listed as
monitored_jobs
p
Hi Beltra… looks like this is a bug (GH issue here ), if you want to follow along or add some details