0x26res commented on issue #34204: URL: https://github.com/apache/airflow/issues/34204#issuecomment-1933701055
I'm using [Amazon Managed Workflows for Apache Airflow](https://docs.aws.amazon.com/mwaa/index.html). They dictate which version of python/airflow you can use and the latest version is 2.7.2, which has this bug. Historically I have been using task sensor with `mode="reschedule"`, which (if my understanding is correct) is no longer supported. I can't switch to use the non deferrable version, because it will block a worker which would do nothing and be very wasteful and costly. I'm looking for options to get out of this dead end. I don't think I can monkey patch the sensor (for example the hardcoded `1min` timeout in the trigger would be hard to patch). My thinking is that I should copy the latest version of the sensor/triggers in my dags and use my local version, but I'd be curious to hear any other suggestions. -- 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]
