-
Notifications
You must be signed in to change notification settings - Fork 420
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
[AVM CI Environment Issue]: Error when checking deployment status #2865
Comments
Important The "Needs: Triage 🔍" label must be removed once the triage process is complete! Tip For additional guidance on how to triage this issue/PR, see the BRM Issue Triage documentation. |
Warning Tagging the AVM Core Team (@Azure/avm-core-team-technical-bicep) due to a module owner or contributor having not responded to this issue within 3 business days. The AVM Core Team will attempt to contact the module owners/contributors directly. Tip
|
Hey @cecheta, Would you happen to have noticed a service where this occurs somewhat consistently? |
Unfortunately I haven't observed this behaviour consistently for any service |
Quick update on this, @mbrat2005 was so keen to recently implement a logic to tackle this issue that is currently waiting in this draft PR: #4205 The idea is essentially not not rely on the replies of the invoking function, but instead target the API endpoint directly. I have a few bigger topics left to tackle, but then plan to deep dive into that logic and get it merged into our deployment logic. |
Check for previous/existing GitHub issues
Issue Type?
Bug
Description
There is an intermittent error that can occur when checking the deployment status during CI:
When this occurs, a new deployment is started, however the first deployment is actually still ongoing. The second deployment is then likely to fail because there are essentially two deployments going on at the same time.
Perhaps a retry could be added when checking the deployment status?
The text was updated successfully, but these errors were encountered: