SolinTao commented on issue #23770: URL: https://github.com/apache/airflow/issues/23770#issuecomment-1130953385
hi @pingzh ,parent process is my airflow task. There is no additional useful log information except the task log. I'm sorry I didn't make it clear, I used [pandarallel ](https://pypi.org/project/pandarallel/)package in my program. I delete ‘multiprocessing.Process‘ and just keep pandarallel, but there was still an error message. `{taskinstance.py:1413} ERROR - Received SIGTERM. Terminating subprocesses` By the way, is Airflow allowed to use multiple cpus by default in multiple processes? (I didn't change the default configuration) `[operators] default_owner = airflow default_cpus = 1 default_ram = 512 default_disk = 512 default_gpus = 0` -- 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]
