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
I am getting following exception on lambda function and it is random too
Below is the traceback error
RuntimeError: Failed to get next
File "bootstrap.py", line 480, in <module>
main()
File "bootstrap.py", line 462, in main
event_request = lambda_runtime_client.wait_next_invocation()
File "lambda_runtime_client.py", line 49, in wait_next_invocation
response_body, headers = rapid_client.next()
Not sure is this aws lambda issue or not as 20% of the times i get this error
@carlzogh can you please confirm if this not bug on lambda end?
AltafHussain4748
changed the title
RuntimeError Failed to get next
LAMBDA_RUNTIME Failed to get next invocation. No Response from endpoint
Aug 18, 2022
I am getting following exception on lambda function and it is random too
Below is the traceback error
Not sure is this aws lambda issue or not as 20% of the times i get this error
Below is my docker file
The text was updated successfully, but these errors were encountered: