Jonas Haag

Results 799 comments of Jonas Haag

:+1: please merge this

Huh, I did a review very soon after you created this PR. Where has it gone?! Will have to do it again.

Thanks for reporting this! I’m happy to merge the changes but I don’t have the bandwidth to work on it myself so a PR would be very welcome. My suggestion...

Cool! The default Docker image doesn't have to cover advanced use cases. I'd say we should expected the application to be mounted to `/app`. I just put together a simple...

For the multi worker implementation, we should not add anything complex. If you want resiliency etc. you usually have other requirements specific to your setup that you need to implement...

Thanks for reporting, this should be fixed with release 3.2.1

Hm... the way Python implements signals makes it impossible to use them in this situation (C event-loop based server), because they are put into in an internal signal queue and...