Skip to content

Webhook: Implement retry mechanism #787

@Prajna1999

Description

@Prajna1999

Is your feature request related to a problem?
Currently, the webhook operates on a fire-and-forget basis, assuming a 200 status without storing the status in the database. This lack of tracking can lead to issues if errors occur.

Describe the solution you'd like
Implement a retry mechanism for non-2XX status codes. This will improve logging and debuggability.

Original issue

Describe the current behavior
Currently webhook is fire and forget. We assume 200 and does not store the status in DB

Describe the enhancement you'd like
Retry mechanism for non 2XX status.

Why is this enhancement needed?
Better logging and debuggability.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions