add more details to event delivery

Add some important details to ET execution architecture

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/9952
GitOrigin-RevId: 331e2f1fd03e810f5a47da0a666dbc209542b11a
This commit is contained in:
Tirumarai Selvan 2023-07-26 16:42:32 +05:30 committed by hasura-bot
parent 2693447b25
commit 9f7c841711

View File

@ -46,6 +46,8 @@ paused if all the HTTP workers (defined below) are busy.
Hasura also creates a pool of HTTP workers (by default 100) which are responsible for delivering the events from the
events queue to the webhook.
After receiving response from the webhook, the event's state is updated in the Hasura Event tables.
## Observability
<ProductBadge self />