runpod-python
runpod-python copied to clipboard
Development server webhook not triggered on failed requests
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:
- Create a request on /run on local development
- 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