Hello, my schedules in dagster are triggering two ...
# ask-community
d
Hello, my schedules in dagster are triggering two runs at a time instead of just one. I just moved my deployment from VM to a multi container Azure App Service running both dagit and daemon. Not sure how to debug this. The only idea that comes to mind is if two daemons were running at the same time.
My sensors are working as expected.
My App auto scaled to 2 instances so i had 2 daemons running
Shouldnt there be a way to prevent multiple triggers with multiple daemons?