File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Prevents overlapping for Laravel console commands.
2020- [ Strategies] ( #strategies )
2121- [ Advanced] ( #advanced )
2222 - [ Set custom timeout] ( #set-custom-timeout )
23- - [ Mutex for several commands] ( #mutex-for -several-commands )
23+ - [ Handle several commands] ( #handle -several-commands )
2424- [ Troubleshooting] ( #troubleshooting )
2525 - [ Trait included, but nothing happens?] ( #trait-included-but-nothing-happens )
2626 - [ Several traits conflict?] ( #several-traits-conflict )
@@ -142,7 +142,7 @@ There are three possible options for `$mutexTimeout` field:
142142- `{milliseconds}` - check, and wait for a maximum of milliseconds specified;
143143- `null` - wait, till running instance finish its execution;
144144
145- ### Mutex for several commands
145+ ### Handle several commands
146146
147147Sometimes it is useful to set common mutex for a several commands. You can easily achieve this by setting them the same mutex name.
148148By default, mutex name is generated based on a command' s name and arguments. To change this, just override ` getMutexName` method in your command:
You can’t perform that action at this time.
0 commit comments