mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-04 07:22:34 +00:00
Migrate queues to Horizon (#621)
This commit is contained in:
@ -55,7 +55,7 @@ public function edit(Worker $worker, array $input): void
|
||||
})->catch(function () use ($worker): void {
|
||||
$worker->status = WorkerStatus::FAILED;
|
||||
$worker->save();
|
||||
})->onConnection('ssh');
|
||||
})->onQueue('ssh');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user