fix: db/service start should be on high queue
This commit is contained in:
@@ -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(),
|
||||
]);
|
||||
|
Reference in New Issue
Block a user