Setting thread and process names properly through prctl

This commit is contained in:
Fabio Manganiello 2019-01-10 23:45:13 +01:00
parent 56c7258c74
commit fbf3600e91
12 changed files with 42 additions and 11 deletions

View file

@ -63,6 +63,7 @@ setup(
'pyyaml',
'redis',
'requests',
'prctl',
],
extras_require = {
'Support for Apache Kafka backend': ['kafka-python'],