Overview
Request 792712 accepted
- update to 1.10.2
* Support --shutdown-interval on the hupper CLI.
* Support --reload-interval on the hupper CLI.
* Do not choke when stdin is not a TTY while waiting for changes after a crash.
* Fix deprecation warnings caused by using the imp module on newer versions of Python.
* Avoid acquiring locks in the reloader process's signal handlers.
* Handle a SIGTERM signal by forwarding it to the child process and
gracefully waiting for it to exit. This should enable using hupper
from within docker containers and other systems that want to control
the reloader process.
- Created by mcalabkova
- In state accepted
Request History
mcalabkova created request
- update to 1.10.2
* Support --shutdown-interval on the hupper CLI.
* Support --reload-interval on the hupper CLI.
* Do not choke when stdin is not a TTY while waiting for changes after a crash.
* Fix deprecation warnings caused by using the imp module on newer versions of Python.
* Avoid acquiring locks in the reloader process's signal handlers.
* Handle a SIGTERM signal by forwarding it to the child process and
gracefully waiting for it to exit. This should enable using hupper
from within docker containers and other systems that want to control
the reloader process.
scarabeus_iv accepted request