修改title
This commit is contained in:
parent
7c20469ff9
commit
88f22e2ce5
|
@ -1,4 +1,5 @@
|
|||
@echo off
|
||||
title c_beat
|
||||
call venv\scripts\activate.bat
|
||||
celery -A mysite beat -l info
|
||||
pause
|
|
@ -1,4 +1,5 @@
|
|||
@echo off
|
||||
title c_worker
|
||||
call venv\scripts\activate.bat
|
||||
celery -A mysite worker -l info -P eventlet
|
||||
pause
|
|
@ -1,2 +1,3 @@
|
|||
title redis
|
||||
c:\redis\redis-server.exe c:\redis\redis.windows.conf
|
||||
pause
|
Loading…
Reference in New Issue