Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
3df67404
Commit
3df67404
authored
Jun 15, 2022
by
Bryan BRANCOTTE
Browse files
only two worker
parent
138409a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
ippisite/Dockerfile
View file @
3df67404
...
...
@@ -55,6 +55,6 @@ FROM base-container AS celery-container
ENTRYPOINT
["/docker-celery-entrypoint.sh"]
CMD
["celery", "-A", "ippisite", "worker", "-l", "info"]
CMD
["celery", "-A", "ippisite", "worker", "-l", "info"
, "--concurrency", "2"
]
USER
kiwi
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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