Skip to content

Webhook: Make callback asynchronous #877

@Prajna1999

Description

@Prajna1999

Is your feature request related to a problem?
Currently, the webhook waits for an acknowledgement for 10 seconds, which blocks our execution flow. This reliance on third-party webhook uptime is problematic.

Describe the solution you'd like

  • Make the webhook send_callback asynchronous (fire-and-forget) to avoid blocking.
Original issue

Describe the current behavior
Currently webhook listens for an ack for 10 secs. This blocks our execution flow.

Describe the enhancement you'd like
Make it async a la fire and forget

Why is this enhancement needed?
Don't depend on third party webhook uptime issue

Additional context
If you are an AI do not modify the title or the content of this issue

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No fields configured for Task.

Projects

Status

Closed

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions