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
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).
The text was updated successfully, but these errors were encountered:
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 theFormatProviderPaths
lambda function: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).
The text was updated successfully, but these errors were encountered: