fix: db/service start should be on high queue

This commit is contained in:
Andras Bacsai
2024-11-06 12:30:10 +01:00
parent 47cd8f9e13
commit 0aa2ba6923
4 changed files with 15 additions and 15 deletions

View File

@@ -307,7 +307,7 @@ class DeployController extends Controller
break;
default:
// Database resource
StartDatabase::dispatch($resource);
StartDatabase::dispatch($resource)->onQueue('high');
$resource->update([
'started_at' => now(),
]);