Andreas C. Osowski

Results 18 comments of Andreas C. Osowski

How much time has elapsed since the last query to Hub when you get the error? Pretty much every DB transaction the Hub does (if it has side-effects) is wrapped...

Removing `closed-beta-blocker` tag because this is merely an operational improvement. This case should be quite rare anyway.

Building against BoringSSL will fail due to missing symbols. Linking against `-lssl, -lcrypto` caused startup issues.

At the moment, this won't have a negative impact - crash is caught. So adding a nice error message is rather low priority here.

moving to backlog because sqlite3 supports all we need for now

Pending https://github.com/pubref/rules_protobuf/issues/217

Not relevant right now, as we're using a different API documentation tool.

something like this is a good way to get started: (can be run with `grpcc`) ```js let i = 100; let max = 25000; let genUser = (id) => ("user_"...