linera-io / linera-protocol

Main repository for the Linera protocol
Apache License 2.0
112 stars 94 forks source link

Disable all graphql caches #2185

Closed MathieuDutSik closed 1 week ago

MathieuDutSik commented 1 week ago

Motivation

The use case of graphQL caches is to cases where the data consistency is not that important (social media, etc.). But that is not the case for blockchains.

Proposal

The following is done:

Test Plan

This may remove some errors occurring in the CI, though at the present time we cannot point out CI failures to GraphQL errors.

Release Plan

Not relevant.

Links