修改title

This commit is contained in:
caoqianming 2023-01-09 13:10:16 +08:00
parent 7c20469ff9
commit 88f22e2ce5
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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