Oddbjørn Grødem

Results 71 comments of Oddbjørn Grødem

> Wondering if there's any movement on this? I'd be happy to go bug hunting if someone could chip in to guess what might be the issue here. Just want...

That logs are recorded without the default tracing subscriber is expected, we capture any logs written to stdout by an application, and this [is documented](https://docs.shuttle.rs/configuration/logs). We could add a note...

We could also consider making it possible to opt-out of the timestamps set by us, but that would require some further investigation.

Hey @auipga, we have a ticket for this here: , but perhaps it's not so easy to find without "database is locked" in the title. Did you run just a...

Ah, okay, thanks for the info! It does seem like this error can occur when having an active deployment and one building too, which is unexpected. We're about to make...

Hey @hamiltop! To clarify, enabling keep-alive on your server does not work in deployment, but it works locally? I suspect this is due to your application being behind our proxies...

Thanks for the suggestion @hamiltop! We'll need to do some investigation to explore potential drawbacks, as well as what to set it to and where to set it, but it...

> Again, I don't think the cost of maintaining it is that big. In particular since there is no way for it to go wrong since SQLx will complain if...

In your description, you say this crashes the deployer after a few minutes, will it be clear to the user that it crashed because it was writing too much to...

I think we'd need to test this further before we merge it, and ideally we would base the limit on usage data. The first step here should be to gather...