Skip to content

Commit 6f8622e

Browse files
committed
Fixes.
1 parent f7f7459 commit 6f8622e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Model/Table/QueueProcessesTable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ public function wakeUpWorkers(): void {
327327
foreach ($processes as $process) {
328328
$pid = (int)$process->pid;
329329
if ($pid > 0) {
330-
posix_kill($pid, SIGUSR1);
330+
posix_kill($pid, \SIGUSR1);
331331
}
332332
}
333333
}

0 commit comments

Comments
 (0)