hasura / hasura/graphql-engine
Add ability to cancel a pending event
Open
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
Assessment
This issue has not been assessed yet.