mirror of https://github.com/rq/rq.git
Replace procname with setproctitle (#1108)
This commit is contained in:
parent
549648bd1b
commit
b52bad3ad0
|
@ -43,7 +43,7 @@ from .version import VERSION
|
|||
from .worker_registration import clean_worker_registry, get_keys
|
||||
|
||||
try:
|
||||
from procname import setprocname
|
||||
from setproctitle import setproctitle as setprocname
|
||||
except ImportError:
|
||||
def setprocname(*args, **kwargs): # noqa
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue