serverless / compose

Orchestrate Serverless Framework in monorepos
https://serverless.com/framework/docs/guides/compose
MIT License
111 stars 15 forks source link

Display blocking services when waiting #50

Open fargito opened 2 years ago

fargito commented 2 years ago

When a service is waiting for another service to be deployed, it only currently displays "waiting"

image

Maybe it would be interesting if we could display which services are actually blocking. It would provide useful feedback to the user. Or maybe add an entry in the verbose logs stating that "users service is waiting for core to be deployed".