Skip to content

Commit d5ce10d

Browse files
committed
feat: enable metrics in granian
This allows better understanding why the server is not responding.
1 parent 91eb886 commit d5ce10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

etc/supervisor/conf.d/web.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ command = /app/venv/bin/granian
99
--blocking-threads %(ENV_WEB_BLOCKING_THREADS)s
1010
--host 127.0.0.1
1111
--port 8081
12+
--metrics
1213
%(ENV_GRANIAN_ARGS)s
1314
weblate.wsgi:application
1415
stdout_logfile=/dev/fd/1

0 commit comments

Comments
 (0)