mirror of https://github.com/zulip/zulip.git
run-dev-queue-processors: Remove dead code.
This commit is contained in:
parent
87429e1ff9
commit
64898dd0d1
|
@ -18,10 +18,6 @@ import django
|
|||
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
|
||||
django.setup()
|
||||
|
||||
from zerver.worker.queue_processors import get_active_worker_queues
|
||||
|
||||
queues = get_active_worker_queues()
|
||||
|
||||
args = sys.argv[1:]
|
||||
subprocess.Popen(['./manage.py', 'process_queue', '--all'] + args,
|
||||
stderr=subprocess.STDOUT)
|
||||
|
|
Loading…
Reference in New Issue