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
Basically, any tibanna stat command that would return more than about 75 results produces an error.
Traceback (most recent call last):
File "/home/ubuntu/miniconda3/envs/snake/bin/tibanna", line 8, in <module>
sys.exit(main())
File "/home/ubuntu/miniconda3/envs/snake/lib/python3.9/site-packages/tibanna/__main__.py", line 576, in main
subcommandf(*sc_args)
File "/home/ubuntu/miniconda3/envs/snake/lib/python3.9/site-packages/tibanna/__main__.py", line 502, in stat
API().stat(sfn=sfn, status=status, verbose=long, n=nlines, job_ids=job_ids)
File "/home/ubuntu/miniconda3/envs/snake/lib/python3.9/site-packages/tibanna/core.py", line 483, in stat
parse_exec_desc_and_ec2_desc(exc['executionArn'], verbose)
File "/home/ubuntu/miniconda3/envs/snake/lib/python3.9/site-packages/tibanna/core.py", line 407, in parse_exec_desc_and_ec2_desc
exec_desc = client.describe_execution(executionArn=exec_arn)
File "/home/ubuntu/miniconda3/envs/snake/lib/python3.9/site-packages/botocore/client.py", line 508, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/home/ubuntu/miniconda3/envs/snake/lib/python3.9/site-packages/botocore/client.py", line 915, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (ThrottlingException) when calling the DescribeExecution operation (reached max retries: 4): Rate exceeded
I'm guessing AWS made some change to table access rates or something?
The text was updated successfully, but these errors were encountered:
Basically, any tibanna stat command that would return more than about 75 results produces an error.
I'm guessing AWS made some change to table access rates or something?
The text was updated successfully, but these errors were encountered: