Skip to content
Snippets Groups Projects

Switched to hypercorn server for OBM Data API

Merged Felix Delattre requested to merge feature/use-hypercorn-for-obm-data-api into master
2 files
+ 4
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -2,7 +2,7 @@
nodaemon=true
[program:quartweb]
command=gunicorn --worker-class quart.worker.GunicornWorker -w 4 -b 0.0.0.0:5000 app:app
command=hypercorn --workers 4 --bind '0.0.0.0:5000' app:app
directory=/srv/quart
autostart=true
autorestart=true
Loading