wiremind / remoulade

A fast and reliable distributed task processing library for Python 3.
GNU Lesser General Public License v3.0
39 stars 16 forks source link

feat: allow to use already set signal handlers in workers #313

Closed Corentin-Br closed 1 year ago

Corentin-Br commented 2 years ago

start_worker sets its own signal on SIGTERM, SIGINT and SIGHUP. It prevents a user from using their own signals. This PR allows to keep signals.