mirror of https://github.com/zulip/zulip.git
Start up process_fts_updates in run-dev.py
(imported from commit 46912d89160f7a9b992f7c21a069030ba3823a43)
This commit is contained in:
parent
4c2800ef9d
commit
395bf9abf6
|
@ -75,7 +75,8 @@ cmds = ['python manage.py runserver --nostatic %s localhost:%d'
|
|||
% (manage_args, django_port),
|
||||
'python manage.py runtornado %s localhost:%d'
|
||||
% (manage_args, tornado_port),
|
||||
'./tools/run-dev-queue-processors %s' % (manage_args)]
|
||||
'./tools/run-dev-queue-processors %s' % (manage_args),
|
||||
'./puppet/zulip/files/postgresql/process_fts_updates']
|
||||
|
||||
for cmd in cmds:
|
||||
subprocess.Popen(cmd, shell=True)
|
||||
|
|
Loading…
Reference in New Issue