cardano-foundation / cardano-graphql

GraphQL API for Cardano
Apache License 2.0
263 stars 104 forks source link

Feat/ Background process + Hasura 2 #791

Closed rhyslbw closed 1 year ago

rhyslbw commented 1 year ago

Context

We've been depending on Hasura v1 despite v2 reaching production readiness, since there was stability and no need to upgrade for access to new features, but with bugs appearing due to suspected upstream memory leaks, it's time to upgrade. In conjunction with this change, separating the background processing from query resolution will facilitate improved horizontal scaling and adds separation of concerns.

Proposed Solution

Important Changes Introduced