From 261288fa8cede7511996c3215581b9e6be4972c0 Mon Sep 17 00:00:00 2001 From: Revant Nandgaonkar Date: Sat, 20 Mar 2021 15:09:08 +0530 Subject: [PATCH] docs: env variable gunicorn worker-class [skip travis] --- docs/environment-variables.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/environment-variables.md b/docs/environment-variables.md index a1c105aa..09d5654b 100644 --- a/docs/environment-variables.md +++ b/docs/environment-variables.md @@ -10,6 +10,7 @@ Following environment variables are set into sites volume as `common_site_config - `REDIS_QUEUE`: Redis queue host, domain name or ip address. - `REDIS_SOCKETIO`: Redis queue host, domain name or ip address. - `SOCKETIO_PORT: `: Port on which the SocketIO should start. +- `WORKER_CLASS`: Optionally set gunicorn worker-class. Supports gevent only, defaults to gthread. ### frappe-nginx and erpnext-nginx