Closed
Description
In Symfony 3.2 console command classes can make use of the LockableTrait
which leverages the LockHandler
from the Filesystem component to allow only one running instance of a command (see symfony/symfony#18471).
In Symfony 3.2 console command classes can make use of the LockableTrait
which leverages the LockHandler
from the Filesystem component to allow only one running instance of a command (see symfony/symfony#18471).