Fix bug when using more than one standalone worker
The worker_temp_directory for standalone workers was set to /tmp/worker_${USER}.standalone. If two standalone workers were running on the machine, they could overwrite each other’s files. The fix include the process ID ($$ in Perl) in the directory name.
parent
6eb4e142
No related branches found
No related tags found
Please register or sign in to comment