go-ssb-room icon indicating copy to clipboard operation
go-ssb-room copied to clipboard

/admin/dashboard deadlock/timeout

Open cryptix opened this issue 4 years ago • 2 comments

The dashboard page might timeout.

I suspect this has something to do with the active connections listing, the database queries should be fine.

cryptix avatar May 10 '21 12:05 cryptix

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.

cryptix avatar May 19 '21 08:05 cryptix

Some more issue gardening, did https://github.com/ssb-ngi-pointer/go-ssb-room/pull/226 make this go away?

decentral1se avatar Apr 07 '22 09:04 decentral1se