-
Notifications
You must be signed in to change notification settings - Fork 292
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
Inconsistent login speed / slow login #449
Comments
Hi @lanni-energinet, thanks for bringing this to our attention! We can definitely enhance this. I've found related issues, as noted in Azure/azure-cli#27796 (comment). The |
Thats great. Less IO is better. Thank you for looking into this |
@MoChilia Can you speculate on when this issue is released? |
It is very very slow. It shouldnt take 1 minute to run this, but its consistently inconsistent. |
Please upvote this issue actions/runner-images#10110 as this heavily impacts the speed of az-login (If it is the first step that interacts with az-cli) |
We are facing issues with azure/login being slow
Duration is from ~13 seconds to ~1½ minutes, we are using large runners (ubuntu-latest)
One of the most consistent findings is the command which takes about 11s
/usr/bin/az --version
We have been unable to reproduce the error outside of our existing workflows. but even considering that - it seems a bit redundant to execute a command and then disregard the output based on loglevel
Would it make sense to wrap the quoted code in a conditional block based on
core.isDebug()
Details below
Usage in workflow:
Output from our log (With debug enabled)
The text was updated successfully, but these errors were encountered: