From 4cabe0ea8bc875c917d1c0c6ba9df83ebcf7b23e Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 31 Jul 2025 11:19:18 -0700 Subject: [PATCH] fix format --- gunicorn_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gunicorn_config.py b/gunicorn_config.py index 063838977..ecc0de775 100644 --- a/gunicorn_config.py +++ b/gunicorn_config.py @@ -14,6 +14,7 @@ statsd_host = "{}:8125".format(os.getenv("STATSD_HOST")) gunicorn.SERVER_SOFTWARE = "None" timeout = 240 + def on_starting(server): server.log.info("Starting Notifications API")