[~] Refactor
This commit is contained in:
parent
9ee8c962ca
commit
86adcdf4da
@ -20,6 +20,9 @@ celery-up:
|
||||
celery-stop:
|
||||
$(MAKE) c ARGS="stop redis celery"
|
||||
|
||||
celery-cmd:
|
||||
$(MAKE) c ARGS="exec celery celery -A python.tasks.tiktok.celery ${ARGS}"
|
||||
|
||||
logs:
|
||||
$(MAKE) c ARGS="logs --tail=100 -f"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user