We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1f80a commit cc9d1d9Copy full SHA for cc9d1d9
README.md
@@ -42,7 +42,7 @@ PYTHONPATH=src celery -A infrastructure.celery worker --loglevel=info --pool=sol
42
### Production-like (multi-threaded)
43
44
```bash
45
-PYTHONPATH=src celery -A infrastructure.celery worker --loglevel=info
+PYTHONPATH=src celery -A services.celery worker --pool=threads --concurrency=12
46
```
47
48
## 5. Running Tests
0 commit comments