This project has four compute services: [app worker chat embedding], but only app is deployed to cloudrun, the others are deployed to compute engine. After a deployment is completed, the cli never exits. It appears to be waiting for compute services to be healthy. I notice that the cli is only receiving service status updates from the app service, so I think the reason the cli does not exit is because we do not receive status updates for services deployed to compute engine.
defang -C ~/wk/samples/samples/crewai deploy -s jordangcp --debug | grep 'with state'
- service app with state ( DEPLOYMENT_PENDING ) and status:
- service app with state ( DEPLOYMENT_PENDING ) and status: Ready condition status changed to True for Service defang-crewai-jordangcp-app-6cc666a.
- service app with state ( DEPLOYMENT_COMPLETED ) and status: Ready condition status changed to True for Service defang-crewai-jordangcp-app-6cc666a.
This project has four compute services:
[app worker chat embedding], but onlyappis deployed to cloudrun, the others are deployed to compute engine. After a deployment is completed, the cli never exits. It appears to be waiting for compute services to be healthy. I notice that the cli is only receiving service status updates from theappservice, so I think the reason the cli does not exit is because we do not receive status updates for services deployed to compute engine.