ashb opened a new pull request #20948:
URL: https://github.com/apache/airflow/pull/20948
Reverts apache/airflow#20763
Not working on all jobs I'm afraid:
```
Checking resources.
Traceback (most recent call last):
File "/opt/airflow/scripts/in_container/run_resource_check.py", line
109, in <module>
resoure_validate()
File "/opt/airflow/scripts/in_container/run_resource_check.py", line 79,
in resoure_validate
resources = resoure_check()
File "/opt/airflow/scripts/in_container/run_resource_check.py", line 66,
in resoure_check
partition_usage = psutil.disk_usage(partitions[0].mountpoint)
IndexError: list index out of range
```
--
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]