Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FormatProviderPaths output exceeds maximum number of bytes service limit #296

Closed
chuckwondo opened this issue Nov 20, 2023 · 0 comments · Fixed by #299
Closed

FormatProviderPaths output exceeds maximum number of bytes service limit #296

chuckwondo opened this issue Nov 20, 2023 · 0 comments · Fixed by #299
Assignees
Labels
bug Something isn't working

Comments

@chuckwondo
Copy link
Collaborator

While testing the new "fully" scalable granule discovery workflow, running the WV04_Pan_L1B___1 rule in CBA Prod (discovery only -- no queuing) hit a snag on the FormatProviderPaths lambda function:

The state/task 'arn:aws:lambda:us-west-2:********5047:function:cumulus-prod-FormatProviderPaths'
returned a result with a size exceeding the maximum number of bytes service limit.

Unfortunately, the 256K limit on step function messages appears to apply to the entirety of a message even when the message is a list of inputs for distinct Map step iterations, rather than a limit per iteration input (i.e., per list element).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant