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
{{ message }}
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.
cirrus currently maximally can handle 100 state machine invocations in one request, but we can handle more by making multiple requests to dynamodb.
The 100 limit comes from 'dynamodb:batchGetItem'
Traceback (most recent call last):
File "/var/task/cirruslib/statedb.py", line 80, in get_dbitems
'Keys': [self.catid_to_key(id) for id in catids]
File "/var/runtime/botocore/client.py", line 357, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/var/runtime/botocore/client.py", line 676, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.exceptions.ClientError: An error occurred (ValidationException) when calling the BatchGetItem operation
......
failed to satisfy constraint: Member must have length less than or equal to 100
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
cirrus currently maximally can handle 100 state machine invocations in one request, but we can handle more by making multiple requests to dynamodb.
The 100 limit comes from 'dynamodb:batchGetItem'
The text was updated successfully, but these errors were encountered: