Hey all, we have one image for a plethora of diff...
# ask-community
a
Hey all, we have one image for a plethora of different pipelines and schedules, but we recently discovered that each time the image is run in our k8s cluster, the image is querying out database for parts of the code that haven't been scheduled.. is there and in-built mechanism that causes it to run code if its not properly decorated?
c
Which code are you seeing run? A dagster deployment will periodically poll user code to keep everything up to date, which could explain what you’re seeing perhaps?