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

Provision to Azure is racy #40

Open
d3zd3z opened this issue Jul 6, 2022 · 0 comments
Open

Provision to Azure is racy #40

d3zd3z opened this issue Jul 6, 2022 · 0 comments

Comments

@d3zd3z
Copy link
Member

d3zd3z commented Jul 6, 2022

The azure service will wait until provisioning is finished in order to start. However, if an actual provisioning needs to be done, this information will be available before the provisioning request has closed the socket. In a resource constrained environment, there might only be enough memory for a single TLS connection, and if Azure tries to open before this close happens, the azure connection will fail.

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