Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Christian Merten
haskell-gargantext
Commits
7520135e
Verified
Commit
7520135e
authored
Aug 22, 2024
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[README] add small info about async workers
parent
5d61a290
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
README.md
README.md
+6
-0
No files found.
README.md
View file @
7520135e
...
@@ -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`
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment