Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve caching/usability for multi-tenant scenarios #7

Closed
chisou opened this issue Nov 11, 2021 · 1 comment
Closed

Improve caching/usability for multi-tenant scenarios #7

chisou opened this issue Nov 11, 2021 · 1 comment
Assignees

Comments

@chisou
Copy link
Contributor

chisou commented Nov 11, 2021

Within a multitenant environment and you want to get the tenant specific instance you are supposed to invoke
.get_tenant_instance(id) or CumulocityApp(id) (with the tenant ID). Subsequent calls to this will result in multiple bootstrap instances being created. This is not ideal.

@chisou chisou self-assigned this Nov 11, 2021
@chisou
Copy link
Contributor Author

chisou commented Dec 9, 2021

This is fixed with version 1.0.2.

@chisou chisou closed this as completed Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant