Is your feature request related to a problem?
The webhook currently lacks retry functionality, so if it fails due to issues like slow endpoints or backend crashes, it does not attempt to resend the request.
Describe the solution you'd like
- Add a retry function to the
send_callback() method.
- Implement configurable retry attempts and intervals.
- Ensure better handling of webhook failures.
Original issue
Describe the current behavior
Currently the webhook does not have retry functionality. It only fires once and if fails (slow endpoint, backend crash etc) it does not retry.
Describe the enhancement you'd like
Add retry function to send_callback()
Why is this enhancement needed?
Better UX for Unified API
Is your feature request related to a problem?
The webhook currently lacks retry functionality, so if it fails due to issues like slow endpoints or backend crashes, it does not attempt to resend the request.
Describe the solution you'd like
send_callback()method.Original issue
Describe the current behavior
Currently the webhook does not have retry functionality. It only fires once and if fails (slow endpoint, backend crash etc) it does not retry.
Describe the enhancement you'd like
Add retry function to send_callback()
Why is this enhancement needed?
Better UX for Unified API