feat: graceful shutdown (#205)

* feat: graceful shutdown

* comments by coderabbit

* fix
This commit is contained in:
Carl-Gerhard Lindesvärd
2025-10-02 11:03:54 +02:00
committed by GitHub
parent 5092b6ae51
commit ca4a880acd
6 changed files with 221 additions and 380 deletions

View File

@@ -1,7 +1,7 @@
import type { FastifyReply, FastifyRequest } from 'fastify';
import { path, pick } from 'ramda';
const ignoreLog = ['/healthcheck', '/metrics', '/misc'];
const ignoreLog = ['/healthcheck', '/healthz', '/metrics', '/misc'];
const ignoreMethods = ['OPTIONS'];
const getTrpcInput = (