Jean Raby

Results 6 comments of Jean Raby

The proposal definitely makes sense. @Rumb0 have you looked at what the current module does wrong/different and why it doesn't work?

I faced this issue yesterday and ended up with the following solution. `/etc/systemd/system/[email protected]` : ``` [Unit] Description=Kill cgroup procs on shutdown for %i DefaultDependencies=false Before=shutdown.target umount.target [Service] # Instanced units...

@mi1qw Can you give #590 a spin and see if it resolve the issue for you?

Thanks for reporting this @aryan-gupta, I'll try to have a look at this later today, but at first glance you seem to be correct. (I'm not sure what my past...

The script only works with `bash`, it relies on bash's `read` built-in (specifically its `-d` option)

I think I hit the same issue as this and put together a self contained reproducer in https://github.com/brittlesoft/repro-starlette-sa-conn-leak There's also a similar issue that seem to only happen with `direct_tls=true`...