Skip to content

Commit 071df9f

Browse files
committed
Add doc block
1 parent b69945b commit 071df9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/code/Magento/Cron/Observer/ProcessCronQueueObserver.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ class ProcessCronQueueObserver implements ObserverInterface
6161
*/
6262
const LOCK_TIMEOUT = 5;
6363

64+
/**
65+
* Static lock prefix for cron group locking
66+
*/
6467
const LOCK_PREFIX = 'CRON_GROUP_';
6568

6669
/**

0 commit comments

Comments
 (0)