runpod-python icon indicating copy to clipboard operation
runpod-python copied to clipboard

Development server webhook not triggered on failed requests

Open captainjapeng opened this issue 9 months ago • 0 comments

Describe the bug When a request failed (i.e raised an error on the handler) the webhook is not triggered compared to the cloud version

To Reproduce Steps to reproduce the behavior:

  1. Create a request on /run on local development
  2. Call /status/:id to execute the request

Expected behavior Webhook must be called with a status FAILED.

Screenshots See https://github.com/runpod/runpod-python/issues/409 for the sample payload of the local development server.

Desktop (please complete the following information):

  • OS: Windows 10
  • SDK Version: 1.7.9
  • Browser N/A
  • Version N/A

captainjapeng avatar Apr 17 '25 06:04 captainjapeng