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