You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Thanks for building nix-serve-ng. If you permit, let me pick your brains a bit.
With nix-serve-ng, I'm seeing much less of
upstream timed out (110: Connection timed out) while reading response header from upstream
than I saw with nix-serve, where it was almost a constant stream of time outs.
Is there a way nix-serve-ng could report response times per request somehow? I'm not sure I fully trust nginx not to screw something up somewhere in the pipeline.
Another idea I had--though this might be completely misguided--is it possible that the sqlite database has too much contention? I would assume that reads are done concurrently. However if there are writes happening at the same time, and this means the DB blocks a read for a while, this might explain the time outs?
The text was updated successfully, but these errors were encountered:
Hi there! Thanks for building nix-serve-ng. If you permit, let me pick your brains a bit.
With nix-serve-ng, I'm seeing much less of
than I saw with nix-serve, where it was almost a constant stream of time outs.
Is there a way nix-serve-ng could report response times per request somehow? I'm not sure I fully trust
nginx
not to screw something up somewhere in the pipeline.Another idea I had--though this might be completely misguided--is it possible that the sqlite database has too much contention? I would assume that reads are done concurrently. However if there are writes happening at the same time, and this means the DB blocks a read for a while, this might explain the time outs?
The text was updated successfully, but these errors were encountered: