MartinKChen commented on issue #19043:
URL: https://github.com/apache/airflow/issues/19043#issuecomment-951482776
Here one of the log for smart_sensor_task I downloaded from MWAA for
reference. As you can see, it logged 4 lines as expected when 0 task is picked
```
[2021-10-24 06:50:35,956] {{smart_sensor.py:358}} INFO - Performance query 0
tis, time: 0.008
[2021-10-24 06:50:35,978] {{smart_sensor.py:373}} INFO - 0 tasks detected.
[2021-10-24 06:50:36,010] {{smart_sensor.py:739}} INFO - Loaded 0
sensor_works
[2021-10-24 06:50:36,036] {{smart_sensor.py:747}} INFO - Taking 0.088811 to
execute 0 tasks.
```
but only logged 1 line where following information are missed when tasks are
picked
`[2021-10-24 06:56:36,180] {{smart_sensor.py:358}} INFO - Performance query
7 tis, time: 0.008`
[smart_sensor_group_shard_0_smart_sensor_task_2021-10-23T07_31_48.529736+00_00_60.log](https://github.com/apache/airflow/files/7414482/smart_sensor_group_shard_0_smart_sensor_task_2021-10-23T07_31_48.529736%2B00_00_60.log)
--
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]