OliverWannenwetsch opened a new pull request, #43308:
URL: https://github.com/apache/airflow/pull/43308

   ## Summary
   
   This PR fixes a type confusion in the pid file path in the Edge worker.
   Now, pid_file_path is explicitly treated as string in the entire 
implementation of the Edge Worker cli, which interfaces with the lib 
`lockfile.pidlockfile` for pid file interaction, consuming file path as string 
only
   
   ## Changes in Detail
   
   - updated function _write_pid_to_pidfile to consume pid file path as string 
(as any other function in the module `edge_command`
   - converted property `pid_file_path` of class `_EdgeWorkerCli`from `Path` to 
`str`


-- 
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]

Reply via email to