Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Closed
Labels
Milestone
Description
In Symfony 3.2 console command classes can make use of theLockableTrait which leverages theLockHandler from the Filesystem component to allow only one running instance of a command (seesymfony/symfony#18471).