stephenonethree commented on issue #18041:
URL: https://github.com/apache/airflow/issues/18041#issuecomment-929650573
+1, had this happen to a lot of subclassed BaseSensorOperators in 2.1.2 with
errors like the below. I was running a lot of them in parallel when it happened
- possibly more than my system could handle, though I had been hoping for a
more graceful handling of the situation.
```
[2021-09-28 20:38:07,279] {local_task_job.py:194} WARNING - Recorded pid
19114 does not match the current pid 14691
[2021-09-28 20:38:07,285] {process_utils.py:100} INFO - Sending
Signals.SIGTERM to GPID 14691
[2021-09-28 20:38:07,348] {process_utils.py:66} INFO - Process
psutil.Process(pid=14691, status='terminated', exitcode=<Negsignal.SIGTERM:
-15>, started='20:37:57') (14691) terminated with exit code Negsignal.SIGTERM
```
--
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]