The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
1f2b72b37430a9a41bd78ed3853f95a14659f05a / Jarek Potiuk <[email protected]>
Move redis subscribe to poke() method in Redis Sensor

In RedisPubSubSensor subscription has been done in constructor,
which was pretty wrong - for example it means that when scheduler
parses the sensor, it involves subscribing to the messages and
commmunication with redis DB.

This PR moves subscription to "poke()" method, which is executed
on worker instead.

Report URL: https://github.com/apache/airflow/actions/runs/5720420391

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to