PeerDB-io / peerdb

Fast, Simple and a cost effective tool to replicate data from Postgres to Data Warehouses, Queues and Storage
https://peerdb.io
Other
2.17k stars 88 forks source link

Mirror info page does not load #2083

Open cvhariharan opened 2 weeks ago

cvhariharan commented 2 weeks ago

When trying to pause / edit the mirror, the mirror page does not open. Looking at the requests, there is one request to /api/v1/mirrors/status that returns a 429 with the error

{"code":8, "message":"grpc: received message larger than max (6624263 vs. 4194304)", "details":[]}

Not sure if this related to the issue.

This generally happens after the mirror has been running for a while.

Version: stable-v0.16.2

Restarts also don't fix the issue.

cvhariharan commented 1 week ago

Could be from the grpc limit. https://pkg.go.dev/google.golang.org/grpc#MaxRecvMsgSize