hasura / hasura/graphql-engine

Event Trigger - No trigger, fetching invocation info loop

Open
#7,918 3 comments 0 reactions 0 assignees View on GitHub
a/eventing/data-triggers k/bug
Dominant language
TypeScript
Stars
32.1k
Forks
3k
PR merge metrics
PR metrics pending

Description

### Version Information

Server Version:
v2.1.0-beta.3, v2.0.10

### Environment

OSS

### What is the expected behaviour?

Event Trigger not triggered even manually on console

### Keywords

event trigger not delivered

### What is the current behaviour?

From console: Loop with the text "fetching invocation info"

No delivered when triggered (if triggered)

### How to reproduce the issue?

Only reproducible in production environment, on my same docker file on local env it's all ok.

### Screenshots or Screencast

Schermata 2021-12-13 alle 15 30 29
Schermata 2021-12-13 alle 15 29 46

### Additional info

Network query response

`
{
"result_type": "TuplesOk",
"result": [
[
"id",
"event_id",
"status",
"request",
"response",
"created_at",
"id",
"schema_name",
"table_name",
"trigger_name",
"payload",
"delivered",
"error",
"tries",
"created_at",
"locked",
"next_retry_at",
"archived"
]
]
}
`

Contributor guide

Open the contributing guide

Research direction

Start by reproducing the event trigger failure in the production environment described in the report and compare it with the working local Docker setup. Inspect the console request that remains on “fetching invocation info” and the returned invocation data shown in the issue. Done means identifying why the trigger is not delivered and confirming the console no longer loops.

Written by the indexing model from the issue text.

Assessment

Tech stack
docker
Domain
api, backend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.