Feature or enhancement
Proposal:
#32105 did introduce handling of SIGINT signals in asyncio.run(). I think it makes sense to support handling of SIGTERM signals in the same way as both signals are intended for shutting down a process gracefully. SIGTERM is also the default signal to stop a container: https://docs.docker.com/reference/cli/docker/container/stop/
Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Feature or enhancement
Proposal:
#32105 did introduce handling of
SIGINTsignals inasyncio.run(). I think it makes sense to support handling ofSIGTERMsignals in the same way as both signals are intended for shutting down a process gracefully.SIGTERMis also the default signal to stop a container: https://docs.docker.com/reference/cli/docker/container/stop/Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response