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:
@ -30,6 +30,6 @@ public function delete(BackupFile $file): void
|
||||
|
||||
dispatch(function () use ($file): void {
|
||||
$file->deleteFile();
|
||||
});
|
||||
})->onQueue('ssh');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user