Actions
User story #15297
closedChange rtf to use lockfile instead of process name lock
Effort required:
Name check:
To do
Fix check:
To do
Regression:
Description
We currently handle parallelism of vagrant by checking if a vagrant is already running, which is way not efficient enough when dealing with lots of concurrent processes that try to execute themselves.
We should instead use a proper lockfile, via flock
Actions