Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDV Specification
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
LDV Specification
Commits
28f2f437
Commit
28f2f437
authored
2 years ago
by
Fanna Lautenbach
Browse files
Options
Downloads
Plain Diff
Merge branch 'make_gevent_thread_async' into 'main'
Set gunicorn workers to gevent See merge request
!36
parents
eb8e5e6b
320c813a
No related branches found
No related tags found
1 merge request
!36
Set gunicorn workers to gevent
Pipeline
#41002
passed
2 years ago
Stage: test
Stage: build
Stage: deploy_to_test
Stage: deploy_to_production
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ldvspec/Dockerfile
+1
-1
1 addition, 1 deletion
ldvspec/Dockerfile
ldvspec/requirements/prod.txt
+1
-1
1 addition, 1 deletion
ldvspec/requirements/prod.txt
with
2 additions
and
2 deletions
ldvspec/Dockerfile
+
1
−
1
View file @
28f2f437
...
...
@@ -20,4 +20,4 @@ RUN python manage.py collectstatic --settings=ldvspec.settings.dev --noinput
EXPOSE
8000
# run gunicorn
CMD
exec gunicorn ldvspec.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4
CMD
exec gunicorn ldvspec.wsgi_docker_sdc:application --bind 0.0.0.0:8000 --workers 4
--worker-class gevent
This diff is collapsed.
Click to expand it.
ldvspec/requirements/prod.txt
+
1
−
1
View file @
28f2f437
-r base.txt
gunicorn==19.9.0
gunicorn
[gevent]
==19.9.0
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment