mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-17 04:59:30 +00:00
fix: restrict concurrent deployments per server
This commit is contained in:
@@ -50,6 +50,7 @@ Route::group([
|
||||
$type = $resource->getMorphClass();
|
||||
if ($type === 'App\Models\Application') {
|
||||
queue_application_deployment(
|
||||
server_id: $resource->destination->server->id,
|
||||
application_id: $resource->id,
|
||||
deployment_uuid: new Cuid2(7),
|
||||
force_rebuild: $force,
|
||||
|
||||
Reference in New Issue
Block a user