We are successfully running the extension except for T3 instances. When we try to span a new t3.medium instance from SageMaker Studio it gets always stopped just after being available.
- Extension version: v0.1.1
- Config Info + Error logs:
{ "idle_time": 10800, "keep_terminals": true, "count": 76174, "errors": "Traceback (most recent call last):\n File \"/opt/conda/lib/python3.7/site-packages/sagemaker_studio_autoshutdown/idle_checker.py\", line 61, in run_idle_checks\n await self.idle_checks()\n File \"/opt/conda/lib/python3.7/site-packages/sagemaker_studio_autoshutdown/idle_checker.py\", line 210, in idle_checks\n await self.delete_application(app_name)\n File \"/opt/conda/lib/python3.7/site-packages/sagemaker_studio_autoshutdown/idle_checker.py\", line 172, in delete_application\n headers=headers)\ntornado.httpclient.HTTPClientError: HTTP 400: Bad Request\n" }
We have been able to replicate this behaviour in all our User Profiles and environments with and without the "Keep Terminals" option enabled.
Maybe this issue has some relation with T3 instances burst capacity architecture?
Thanks & Regards.
We are successfully running the extension except for T3 instances. When we try to span a new t3.medium instance from SageMaker Studio it gets always stopped just after being available.
{ "idle_time": 10800, "keep_terminals": true, "count": 76174, "errors": "Traceback (most recent call last):\n File \"/opt/conda/lib/python3.7/site-packages/sagemaker_studio_autoshutdown/idle_checker.py\", line 61, in run_idle_checks\n await self.idle_checks()\n File \"/opt/conda/lib/python3.7/site-packages/sagemaker_studio_autoshutdown/idle_checker.py\", line 210, in idle_checks\n await self.delete_application(app_name)\n File \"/opt/conda/lib/python3.7/site-packages/sagemaker_studio_autoshutdown/idle_checker.py\", line 172, in delete_application\n headers=headers)\ntornado.httpclient.HTTPClientError: HTTP 400: Bad Request\n" }We have been able to replicate this behaviour in all our User Profiles and environments with and without the "Keep Terminals" option enabled.
Maybe this issue has some relation with T3 instances burst capacity architecture?
Thanks & Regards.