Athos
Athos
Ater https://github.com/chiselstrike/chiselstrike/pull/1367/, when an error happens in the periodic secrets hot-reload, secrets are replaced by an empty object. This shouldn't happen because applications may depend on the existence of secrets...
## Your Question What is the proper way to run `BEGIN EXCLUSIVE TRANSACTION` when using sqlite? The `database/sql` package doesn't expose a way to configure how a transaction is started...
There is no atomic way of starting the web server with a project. Something like `chisel dev`, but for prod. As a workaround, I'm currently doing: ```sh ( chisel wait...
The issue applies both to namespace loading and metastore loading during startup. This causes cold start to take over 10s in some cases since it requires multiple roundtrips to S3.
This would allow `libsql-server` users to run vacuum locally.