|
@@ -4,6 +4,13 @@ This includes
|
|
|
* Redis
|
|
|
* Flower
|
|
|
|
|
|
+## Usage (docker-compose)
|
|
|
+* start the system
|
|
|
+``` docker-compose up ```
|
|
|
+add ``` -d ``` run in background
|
|
|
+* down the system
|
|
|
+ctrl-c or
|
|
|
+``` docker-compose down ```
|
|
|
|
|
|
## Celery
|
|
|
[Celery Documentation](https://docs.celeryq.dev/en/stable/index.html)
|
|
@@ -29,7 +36,7 @@ Worker Options:
|
|
|
Set custom prefetch multiplier value for
|
|
|
this worker instance.
|
|
|
Pool Options:
|
|
|
- * -c, --concurrency <concurrency>
|
|
|
+ * -c, --concurrency <concurrency>
|
|
|
Number of child processes processing the
|
|
|
queue. The default is the number of CPUs
|
|
|
available on your system.
|