go-ssb-room
go-ssb-room copied to clipboard
/admin/dashboard deadlock/timeout
The dashboard page might timeout.
I suspect this has something to do with the active connections listing, the database queries should be fine.
It's super odd because non of the lock contention code should take any time.. :-|
We could rewrite the number acquisition code with timeouts such that the renders without an error and shows ??? for the failing number/list.
This might also give us a better idea which part of the code is actually failing.
Some more issue gardening, did https://github.com/ssb-ngi-pointer/go-ssb-room/pull/226 make this go away?