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

Add caching to azure_cli to optimize performance #595

Open
roel4ez opened this issue Oct 10, 2022 · 0 comments
Open

Add caching to azure_cli to optimize performance #595

roel4ez opened this issue Oct 10, 2022 · 0 comments

Comments

@roel4ez
Copy link
Collaborator

roel4ez commented Oct 10, 2022

Some calls to the azure_cli wrapper are being called multiple times, where the result can easily be cached.
For example: get_default_subscription (see usage https://github.com/Azure/iotedgedev/blob/main/iotedgedev/cli.py#L665 where a local value is used to keep the result)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants