hasura / hasura/graphql-engine

Add ability to cancel a pending event

Open
#3,580 5 comments 2 reactions 1 assignee Claimed by @tirumaraiselvan View on GitHub
a/eventing/data-triggers triage/2-needs-rfc
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

For robustness sake, I set event retries to an extremely high number. This allows time for other systems to come back up or a developer to fix a bug.

However, there are times where you know an event will *never* succeed and you want to stop it from retrying.

Two use cases:

1. Ability to cancel a pending event from the console UI
2. Ability to cancel an event from the webhook response (by adding a special response header or returning a certain status code)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.