Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
clinicaltrials
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
david Chavalarias
clinicaltrials
Commits
e3178061
Commit
e3178061
authored
Feb 23, 2017
by
Romain Loth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gunicorn worker class gevent
parent
653ecbdd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
comex-run.sh
comex-run.sh
+1
-1
requirements.txt
setup/dockers/comex2_services/requirements.txt
+1
-0
No files found.
comex-run.sh
View file @
e3178061
...
@@ -20,7 +20,7 @@ fi
...
@@ -20,7 +20,7 @@ fi
export
COMEX_NWORKERS
=
$(
grep
-oP
'(?<=COMEX_NWORKERS=).*'
config/parametres_comex.ini
)
export
COMEX_NWORKERS
=
$(
grep
-oP
'(?<=COMEX_NWORKERS=).*'
config/parametres_comex.ini
)
echo
"binding gunicorn to unix:/tmp/comex.sock"
echo
"binding gunicorn to unix:/tmp/comex.sock"
gunicorn
-b
unix:/tmp/comex.sock services.main:app
--workers
$COMEX_NWORKERS
gunicorn
-b
unix:/tmp/comex.sock services.main:app
--workers
$COMEX_NWORKERS
--worker-class
gevent
# export COMEX_HOST=$(grep -oP '(?<=COMEX_HOST=).*' config/parametres_comex.ini)
# export COMEX_HOST=$(grep -oP '(?<=COMEX_HOST=).*' config/parametres_comex.ini)
...
...
setup/dockers/comex2_services/requirements.txt
View file @
e3178061
gunicorn
gunicorn
flask
flask
flask-login
flask-login
gevent
requests
requests
mysqlclient # provides MySQLdb
mysqlclient # provides MySQLdb
networkx # POSS could be replaced by faster igraph
networkx # POSS could be replaced by faster igraph
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