You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to monitor the task process which run on ECS. So I called RunCommandRequest every 60 seconds to get the process info. But got 104 error: HttpError occurred. Host:ecs-cn-hangzhou.aliyuncs.com SDK-Version:2.16.0 ClientException:SDK.HttpError ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
Is there any limit to the frequency of RunCommandRequest calling?