jroachgolf84 commented on issue #48368: URL: https://github.com/apache/airflow/issues/48368#issuecomment-2753044929
@fjmacagno, I'd suggest taking a look at using `mode="reschedule"` for Sensors (see the docs here: https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/sensors.html). This frees up the Worker slot when it's "sleeping" between checks. It does not run on the Triggerer. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
