Issues/Errors with run_as_user since 2.1.x

Is anyone else seeing this type of error when using run_as_user in an Airflow DAG. Thanks in advance for any help. The following is taken from the log of a failed task run on version 2.2.5

[2022-04-04, 12:19:47 CDT] {local_task_job.py:213} WARNING - Recorded pid 2545116 does not match the current pid 2545789
[2022-04-04, 12:19:47 CDT] {process_utils.py:124} INFO - Sending Signals.SIGTERM to group 2545789. PIDs of all processes in the group: [2545793, 2545789]
[2022-04-04, 12:19:47 CDT] {process_utils.py:75} INFO - Sending the signal Signals.SIGTERM to group 2545789
[2022-04-04, 12:19:47 CDT] {process_utils.py:70} INFO - Process psutil.Process(pid=2545789, status='terminated', exitcode=<Negsignal.SIGTERM: -15>, started='17:19:40') (2545789) terminated with exit code Negsignal.SIGTERM
[2022-04-04, 12:19:47 CDT] {process_utils.py:70} INFO - Process psutil.Process(pid=2545793, status='terminated', started='17:19:40') (2545793) terminated with exit code None