Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker-obm-data-api
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Global Dynamic Exposure
server-components
containers
docker-obm-data-api
Merge requests
!2
Switched to hypercorn server for OBM Data API
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Switched to hypercorn server for OBM Data API
feature/use-hypercorn-for-obm-data-api
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Felix Delattre
requested to merge
feature/use-hypercorn-for-obm-data-api
into
master
3 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
ee09d608
1 commit,
3 years ago
2 files
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
files/supervisord.conf
+
1
−
1
Options
@@ -2,7 +2,7 @@
nodaemon
=
true
[
program
:
quartweb
]
command
=
guni
corn
--
worker
-
class
quart
.
worker
.
GunicornWorker
-
w
4
-
b
0
.
0
.
0
.
0
:
5000
app
:
app
command
=
hyper
corn
--
worker
s
4
--
bind
'
0.0.0.0:5000
'
app
:
app
directory
=/
srv
/
quart
autostart
=
true
autorestart
=
true
Loading