Webhook failed with 413 or 502 code
My webhook is never called. The Webhook Request Responses graph showed 413: 6 and 502: 3.
The output (the result of https://api.runpod.ai/v2/kkk/status/:id) is attached.
My webhook is hosted in AWS lambda like
https://cccc.lambda-url.us-west-1.on.aws/runpod/webhook?id=242&passcode=uuuu
The output is not large which is only 11 kb. And if I send POST request to the webhook url with the output in body in Postman, my AWS lambda accepts and responses the request successfully.
Very weird. Could you help? Thank you!
2 Replies
Oh.... there is a
input
field containing the origin input with base64 image strings which are large... Why this field is not in the status API. So hard to debug...
Is there a way to skip input
field in the webhook body?The doc stated
This request contains the same information as fetching the results from the /status/{job_id} endpoint.But it's not true.... please update the doc https://docs.runpod.io/serverless/endpoints/send-requests
Send a request | RunPod Documentation
The method in which jobs are submitted and returned.