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.
2 parents 9e487f1 + 0044d0f commit f9d1262Copy full SHA for f9d1262
src/Model/Table/QueueProcessesTable.php
@@ -66,7 +66,7 @@ public function initialize(array $config): void {
66
'bindingKey' => 'workerkey',
67
'propertyName' => 'active_job',
68
'conditions' => [
69
- 'CurrentQueuedJobs.completed IS NULL'
+ 'CurrentQueuedJobs.completed IS NULL',
70
],
71
]
72
);
0 commit comments