Browse Source

[Update] 修改celery运行,最大20个进程

pull/2135/head
ibuler 6 years ago
parent
commit
f7daf26a03
  1. 2
      jms

2
jms

@ -178,7 +178,7 @@ def start_celery():
'-A', 'ops',
'-l', LOG_LEVEL.lower(),
'--pidfile', pid_file,
'-c', str(WORKERS),
'--autoscale', '20,4',
]
if DAEMON:
cmd.extend([

Loading…
Cancel
Save