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

[ComputeManagementClient] RunCommand timeout #4369

Closed
dcieslak19973 opened this issue Feb 15, 2019 · 3 comments
Closed

[ComputeManagementClient] RunCommand timeout #4369

dcieslak19973 opened this issue Feb 15, 2019 · 3 comments
Assignees
Labels
Compute - VM feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library. Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@dcieslak19973
Copy link

After provisioning a VM, I have code that then calls run_command to execute a multi-hour process (roughly 12 hours). However, after some period of time, the polling object that I get back from the run_command throws the following exception:

msrestazure.azure_exceptions.CloudError: Azure Error: VMExtensionProvisioningTimeout
Message: Provisioning of VM extension 'RunCommandLinux' has timed out. Extension installation may be taking too long, or extension status could not be obtained.

How do I avoid this exception in this use-case?

@lmazuel lmazuel added Compute Compute - VM Service Attention Workflow: This issue is responsible by Azure service team. Mgmt This issue is related to a management-plane library. labels Feb 15, 2019
@lmazuel
Copy link
Member

lmazuel commented Feb 15, 2019

@yugangw-msft do you recognize this problem?

@yugangw-msft
Copy link

@koralski, please clarify

@mjconnection mjconnection added bug This issue requires a change to an existing behavior in the product in order to be resolved. and removed Compute labels Jun 17, 2019
@mjconnection mjconnection added feature-request This issue requires a new behavior in the product in order be resolved. and removed bug This issue requires a change to an existing behavior in the product in order to be resolved. labels Jul 24, 2019
@Drewm3
Copy link
Member

Drewm3 commented Aug 12, 2019

The Run Command has a timeout of 90 minutes currently. See the following documentation for more details: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/run-command

@Drewm3 Drewm3 closed this as completed Aug 12, 2019
@github-actions github-actions bot locked and limited conversation to collaborators Apr 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Compute - VM feature-request This issue requires a new behavior in the product in order be resolved. Mgmt This issue is related to a management-plane library. Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

5 participants