|
@@ -18,8 +18,11 @@ ctrl-c or
|
|
## Celery
|
|
## Celery
|
|
[Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
|
|
[Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
|
|
[Flower Documentation](https://flower.readthedocs.io/en/latest/auth.html)
|
|
[Flower Documentation](https://flower.readthedocs.io/en/latest/auth.html)
|
|
-### install "celery"
|
|
|
|
-``` pip install -U "celery[redis]" ```
|
|
|
|
|
|
+### install Celery
|
|
|
|
+```
|
|
|
|
+pip install -U "celery[redis]"
|
|
|
|
+```
|
|
|
|
+
|
|
### Starting the worker
|
|
### Starting the worker
|
|
```
|
|
```
|
|
celery -A proj worker
|
|
celery -A proj worker
|