mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
Migrate queues to Horizon (#621)
This commit is contained in:
@ -55,7 +55,7 @@ public function create(Server $server, array $input, ?Site $site = null): void
|
||||
$worker->save();
|
||||
})->catch(function () use ($worker): void {
|
||||
$worker->delete();
|
||||
})->onConnection('ssh');
|
||||
})->onQueue('ssh');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user