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 967a677 commit b752c95Copy full SHA for b752c95
README.md
@@ -90,6 +90,11 @@ class HelloController extends Controller
90
'class' => 'yii2mod\cron\behaviors\CronLoggerBehavior',
91
'actions' => ['index']
92
],
93
+ // Example of usage the `MutexConsoleCommandBehavior`
94
+ 'mutexBehavior' => [
95
+ 'class' => 'yii2mod\cron\behaviors\MutexConsoleCommandBehavior',
96
+ 'mutexActions' => ['index'],
97
+ ]
98
];
99
}
100
0 commit comments