graphql-engine/server/src-lib/Hasura/Events
Tirumarai Selvan 9a6fa7fafc add delivery info to event payload (close #1476) (#1517)
Adds the following to the event payload:
```
    "delivery_info": {
        "max_retries": 0,
        "current_retry": 0
    }
```
2019-02-07 18:07:28 +05:30
..
HTTP.hs refactor to remove warnings especially with orphan instances (#1163) 2018-12-13 12:56:15 +05:30
Lib.hs add delivery info to event payload (close #1476) (#1517) 2019-02-07 18:07:28 +05:30