Currently, there is a risk for write operations in the httpserver to fail, as we don't have any transactions. To mitigate this, we should make the context used for the write operation independent of the request context.
Contains a minor adjustment for mysql logging, where everything is an error - but the root cause may be a context cancellation.
Currently, there is a risk for write operations in the httpserver to fail, as we don't have any transactions. To mitigate this, we should make the context used for the write operation independent of the request context. Contains a minor adjustment for mysql logging, where everything is an error - but the root cause may be a context cancellation.