Open edorivai opened 7 months ago
My team has also been seeing these errors intermittently when calling lookupResources and other methods. We tried implementing a retry when we see this error, but we still see a large proportion of these requests hit the same error on the second try
https://github.com/grpc/grpc-node/issues/1532 mentions some approaches to debugging, but nothing concrete
Hi Team!
We use the experimental bulk export API in a cron to ensure our main DB and authzed are in sync.
As our relations dataset grows (currently over 400K relations), we're starting to see
RST_STREAM
errors pop up when our cron runs.Couple things we noticed:
bulkExportRelationships
would run fine when run in GCP within the same region as our authzed cluster.zed
CLI never run into this error, not even when running from our local dev machines. I think this points to an issue in this node SDK specifically.Ran this again today to confirm - node.js script with
bulkExportRelationships
hitsRST_STREAM
,zed backup
works fineVersions: