RobinTail / express-zod-api

A Typescript library to help you get an API server up and running with I/O schema validation and custom middlewares in minutes.
https://ez.robintail.cz
MIT License
619 stars 30 forks source link

Feat: Graceful shutdown #2044

Closed RobinTail closed 1 month ago

RobinTail commented 1 month ago

Graceful shutdown using modernised copy of http-terminator. Previous attempts: #1256 , #1258

coveralls-official[bot] commented 1 month ago

Coverage Status

coverage: 100.0%. remained the same when pulling 01001e7276eaf5782ea257fa5ddc45fef36e3f1d on try-grace into 048011d3da3cbddf20b2b81cc4cad93a3140bf63 on master.

RobinTail commented 1 month ago

This is art.

RobinTail commented 1 month ago

✅ QA passed