Caleb Collins-Parks

Results 79 comments of Caleb Collins-Parks

So I implemented a timeout using a middleware in our django codebase: ```python class TimeoutMiddleware: """ Times out a request after X seconds """ def __init__(self, app: ASGI3Application) -> None:...

emnet did not work for me. vscode version 1.31. Deleting .vscode directory and reloading the workspace did not work either. For those wondering about using a different django extension, the...

same issue as Sepci0 with `ls -la --sort=date`

We ran into this issue as well. There's been months where we received literally _billions_ of HEAD requests. It's hard to say how much it has cost us exactly but...

@formanojhr uuid = universally unique id. Because the id is totally unique overwriting becomes virtually impossible. https://stackoverflow.com/questions/1155008/how-unique-is-uuid

@cosmo0920 can you remove the stale lifecycle and add a bug label please. This is a rare but serious issue.

Maybe? Status says the image has only been up for 35 minutes. Is there someplace where I can see how many times / when the image has crashed? :thinking:

nvm, I found it: https://serverfault.com/a/909267/512362 You're exactly right, looks like the container has been repeatedly dying from oom: ``` [email protected]:~$ sudo docker events --since=120m 2021-04-20T04:06:12.653592243Z container oom 490ccc38d41dfbe712a80bfa48e033f62173ff6e90167e192702ceaf3812b6c0 (image=quay.io/pganalyze/collector:v0.36.0, name=pganalyze-mirror-heavy)...

The pganalyze container pointed at the heavy mirror is using a bunch of memory compared to the other instances for some reason: ``` CONTAINER ID NAME CPU % MEM USAGE...

Sure, I'll try that out, although I still don't see how it can be timing out with statement timeouts disabled. Unrelated question: when you recommended that I set `Collector: Query...