We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7abbb commit 50469f2Copy full SHA for 50469f2
console/lockable_trait.rst
@@ -1,6 +1,9 @@
1
Prevent Multiple Executions of a Console Command
2
================================================
3
4
+.. versionadded:: 3.2
5
+ The ``LockableTrait`` was introduced in Symfony 3.2.
6
+
7
A simple but effective way to prevent multiple executions of the same command in
8
a single server is to use **file locks**. The Filesystem component provides a
9
:doc:`LockHandler </components/filesystem/lock_handler>` class that eases the
0 commit comments