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
We have batch job runs everyday to dump millions data from kinesis to lambda. In lambda, we send messages in batch to SQS for further process (10 per batch send). We sometimes see returned SQS response is like
Is there any details about InternalError? Also is there any actions to mitigate the error? We have added retry logic but errors like this sometimes very scary.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
We have batch job runs everyday to dump millions data from kinesis to lambda. In lambda, we send messages in batch to SQS for further process (10 per batch send). We sometimes see returned SQS response is like
Is there any details about
InternalError
? Also is there any actions to mitigate the error? We have added retry logic but errors like this sometimes very scary.Beta Was this translation helpful? Give feedback.
All reactions