Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug(api): Institution API not caching properly. #1485

Closed
elliotcourant opened this issue Aug 14, 2023 · 0 comments · Fixed by #1476
Closed

bug(api): Institution API not caching properly. #1485

elliotcourant opened this issue Aug 14, 2023 · 0 comments · Fixed by #1476
Labels
api Related to or caused by the backend Go REST API. bug Something isn't working plaid Anything to do with the Plaid integration.
Milestone

Comments

@elliotcourant
Copy link
Member

When the institution API retrieves data from Plaid, it is cached for a period of time afterwards in Redis (if it is available).

When it is cached, it is encoded via msgpack to try to reduce space compared to JSON. But it looks like the marshalled version of the plaid institution status in msgpack is not getting all of the data, or is not unmarshalling properly.

@elliotcourant elliotcourant added plaid Anything to do with the Plaid integration. bug Something isn't working api Related to or caused by the backend Go REST API. labels Aug 14, 2023
@elliotcourant elliotcourant added this to the v1.0.0 milestone Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Related to or caused by the backend Go REST API. bug Something isn't working plaid Anything to do with the Plaid integration.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant