Frederik Hagelund
01/17/2023, 9:24 AMbotocore.errorfactory.ClientException: An error occurred (ClientException) when calling the RegisterTaskDefinition operation: Too many concurrent attempts to create a new revision of the specified family.
File "/dagster-cloud/dagster_cloud/agent/dagster_cloud_agent.py", line 806, in _process_api_request
api_result = self._handle_api_request(
File "/dagster-cloud/dagster_cloud/agent/dagster_cloud_agent.py", line 711, in _handle_api_request
launcher.launch_run(LaunchRunContext(pipeline_run=run, workspace=None))
File "/dagster-aws/dagster_aws/ecs/launcher.py", line 311, in launch_run
run_task_kwargs = self._run_task_kwargs(run, image, container_context)
File "/dagster-aws/dagster_aws/ecs/launcher.py", line 497, in _run_task_kwargs
self.ecs.register_task_definition(**task_definition_dict)
File "/usr/local/lib/python3.8/site-packages/botocore/client.py", line 530, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/usr/local/lib/python3.8/site-packages/botocore/client.py", line 960, in _make_api_call
raise error_class(parsed_response, operation_name)
daniel
01/17/2023, 3:46 PMFrederik Hagelund
01/18/2023, 8:07 PM