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

Usage Reconciler fails with "message too large" #12487

Closed
easyCZ opened this issue Aug 29, 2022 · 2 comments
Closed

Usage Reconciler fails with "message too large" #12487

easyCZ opened this issue Aug 29, 2022 · 2 comments
Assignees

Comments

@easyCZ
Copy link
Member

easyCZ commented Aug 29, 2022

Usage Reconciler is failing at the end of the month with

"failed to reconcile usage: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (117180415 vs. 104857600)"

To fix this, we need to pass the data another way.

Solution:

  • We already return the ReportID in the response, we can use that to download the report in the Billing Controller to avoid this problem.
@svenefftinge
Copy link
Member

I think this is now fixed but we have another error now.

@easyCZ
Copy link
Member Author

easyCZ commented Sep 12, 2022

Resolved.

@easyCZ easyCZ closed this as completed Sep 12, 2022
Repository owner moved this from In Progress to Done in 🍎 WebApp Team Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants