-
Notifications
You must be signed in to change notification settings - Fork 166
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
Updating Settings.json and Pull pipeline fails. #699
Comments
Hi Sebastian, Just tried in my own environment with the same settings and are unable to reproduce the issue. Have you made any other changes to the settings file? Can you share some more context on at what resource/scope it is trying to discover when it fails? /Johan |
Same here. In general getting a lot of different exceptions on the
|
Thanks for sharing @bengeset96. The last two (related to child resources), looks like a downstream issue with the Export ARM API (internal server error) To simplify debugging, if possible, please send over some example pipeline logs over email to me on jodahlbo[at]microsoft.com. |
I've sent you some logs from the various runs on your email. Can also enable debugging on the agent if needed for further investigation. |
@BoostSebastian @bengeset96 I recognize a few of these, see #656, but after we reset the logging level to default 3 (instead of 9) and also changed the throttle limit to 1 instead of default 10 (although unsure if related at all) we no longer see this on a daily basis, but only once every week or so. |
I've tried to throttle it down as well, but did not have any impact on the AzOps installations. I'll continue debugging and trying different scenarios. The larger the environment is, the more often I get it. |
Update: In 1.9.1, we introduced error handling to handle the "Internal Server Error" issues thrown from the ExportResources API. Please let us know if you observe improvements in the situation. |
@daltondhcp I tried today to reimplement everything from scratch but exactly the same error.
This happends right after our resource group with Exchange 2019 servers pool |
This looks like a completely different error, right? |
@daltondhcp I don't know, getting different errors each time I run the Pipeline and at different lines. |
We're having the same issues as I can tell @BoostSebastian. I have spent quite much time troubleshooting, but still not any closer. Johan has been kind and I have sent some logs, but they did not tell much. Starting from scratch with blank repository state and different agent has not helped. |
@BenjaminEngeset, I tried a blank repo but no success. I could back it up to 1.7 but same error again when changing to include resources and child-resources. This seems to be the most commin error message:
|
Any Updates :) Still the same Issues. |
Hey @BoostSebastian - sorry for the slow updates. We are aiming to ship AzOps 2.0 very soon that will introduce lots of performance improvements and also from what we've seen address the above. Keep your eyes peeled. |
@daltondhcp Souund awesome :) I will try as soon it is released. |
Updating Setting.json and Pull pipeline fails.
Using latest files from repo and tried to specify to use 1.9 of AzOps.
When going from setting.json:
to
or
I end up with the following error message and can't work around it:
It is always stopping at Initialize step but at different amount of time, all from 4 minutes to 10 minutes
Steps to reproduce
The text was updated successfully, but these errors were encountered: