Skip to content

Webhook: Add retry functionality #886

@Prajna1999

Description

@Prajna1999

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

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No fields configured for Task.

Projects

Status

To Do

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions