dbos-inc / dbos-transact

The TypeScript framework for backends that scale
https://docs.dbos.dev
MIT License
291 stars 20 forks source link

Allow app to register/deploy under a different name #440

Closed qianl15 closed 2 months ago

qianl15 commented 2 months ago

This is useful if we want to deploy the same code to two different apps, for example for staging vs prod deployments we can have app-staging vs app-prod.

This PR also makes it possible to retrieve logs for other apps.