[README] add small info about async workers

parent 5d61a290
...@@ -317,3 +317,9 @@ Maybe you need to restore the gargantua password ...@@ -317,3 +317,9 @@ Maybe you need to restore the gargantua password
$ ALTER ROLE gargantua PASSWORD 'yourPasswordIn_gargantext.ini' $ ALTER ROLE gargantua PASSWORD 'yourPasswordIn_gargantext.ini'
``` ```
Maybe you need to change the port to 5433 for database connection in your gargantext.ini file. Maybe you need to change the port to 5433 for database connection in your gargantext.ini file.
# Async workers
To run the worker, follow these steps:
- run Redis with: `podman run --rm -it -p 6379:6379 redis:latest`
- `"simple"` worker definition is in `gargantext-settings.toml`
- run worker: `cabal v2-run gargantext-cli -- worker --name simple`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment