From 1b108352b38bc4bff38b06a9e4facd584f27e328 Mon Sep 17 00:00:00 2001 From: Arthur de Moulins Date: Fri, 28 Feb 2020 18:01:07 +0100 Subject: [PATCH] add worker run --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 1a6bf5f756..ad4c060ab1 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,17 @@ If you don't work on phraseanet development, avoiding this `-f docker-compose.ym > You can also delete the `docker-compose.override.yml` to get free from this behavior. +#### Running workers + +```bash +docker-compose -f docker-compose.yml run --rm worker +``` + +Where `` can be: +- `bin/console task-manager:scheduler:run` (default) +- `bin/console bin/console worker:execute -m 2` +- ... + The default parameters allow you to reach the app with : `http://localhost:8082`