mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
run-dev-queue-processors: Remove
As of #367, `tools/run-dev-queue-processors` has evolved into nothing more than an unnecessarily elaborate wrapper around `manage.py process_queue --all`. Remove it (mostly to make it marginally easier to Tab-complete `tools/run-dev.py`, if I’m being honest). Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
bc430909af
commit
11f18042fe
@@ -148,7 +148,7 @@ cmds = [['./manage.py', 'runserver'] +
|
||||
manage_args + runserver_args + ['127.0.0.1:%d' % (django_port,)],
|
||||
['env', 'PYTHONUNBUFFERED=1', './manage.py', 'runtornado'] +
|
||||
manage_args + ['127.0.0.1:%d' % (tornado_port,)],
|
||||
['./tools/run-dev-queue-processors'] + manage_args,
|
||||
['./manage.py', 'process_queue', '--all'] + manage_args,
|
||||
['env', 'PGHOST=127.0.0.1', # Force password authentication using .pgpass
|
||||
'./puppet/zulip/files/postgresql/process_fts_updates'],
|
||||
['./manage.py', 'deliver_scheduled_messages'],
|
||||
|
||||
Reference in New Issue
Block a user