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

@@ -1203,7 +1203,7 @@ class ApplicationsController extends Controller
$service->name = "service-$service->uuid";
$service->parse(isNew: true);
if ($instantDeploy) {
StartService::dispatch($service);
StartService::dispatch($service)->onQueue('high');
}
return response()->json(serializeApiResponse([