mirror of
https://github.com/zulip/zulip.git
synced 2025-11-11 01:16:19 +00:00
Pass worker errors through to the run-dev.py console.
This commit is contained in:
@@ -17,4 +17,5 @@ queues = get_active_worker_queues()
|
||||
|
||||
args = sys.argv[1:]
|
||||
for queue in queues:
|
||||
subprocess.Popen(['python', 'manage.py', 'process_queue'] + args + [queue])
|
||||
subprocess.Popen(['python', 'manage.py', 'process_queue'] + args + [queue],
|
||||
stderr=subprocess.STDOUT)
|
||||
|
||||
Reference in New Issue
Block a user