mirror of
https://github.com/yldio/copilot.git
synced 2024-11-14 15:20:06 +02:00
fix(cp-gql-mock-server): change instance status to RUNNING after scale
This commit is contained in:
parent
dab0beedc0
commit
08745d4b12
@ -228,7 +228,7 @@ const scale = ({ serviceId, replicas }) => {
|
||||
name: `${services[serviceIndex].slug}_${currentScale + i}`,
|
||||
serviceId,
|
||||
deploymentGroupId: services[serviceIndex].deploymentGroupId,
|
||||
status: 'ACTIVE',
|
||||
status: 'RUNNING',
|
||||
healthy: 'UNKNOWN'
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user