Fix bug when using more than one standalone worker

Created by: jherrero

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.

Merge request reports

Loading