Hello! I have a sensor that is set to check for a ...
# ask-community
n
Hello! I have a sensor that is set to check for a specific condition at 60 second intervals. If the condition is True, the sensor yields a RunRequest, and if it's False, the sensor is skipped on that interval. However, I would like to make it so that if the condition is True and there is a RunRequest, the sensor won't start another RunRequest if the initial run takes longer than the 60 second interval to fully complete. How can I specify this?
dagster bot responded by community 1
g