Bryan Fox
Bryan Fox
We are also seeing this error / stack trace in production. In our case, I believe this started appearing after we introduced an endpoint that's using pg-query-stream. Our app is...
> bryfox can you write back to say if you happen to be using pgbouncer in your stack or timescale? We are not. We're using Cloud SQL (GCP), through the...
We won't want to load large assets into memory; we should let the browser handle natively (e.g., streaming video from disk). Workers should be small, and are potentially required on...
Thanks — that's good to know. We could constrain dependabot to a major version. The advantage of being able to specify the major version in app code is that we'd...
> I think we should always re-send the last logged message for each channel to every new websocket connection. I generally like this idea. And good points about the log...