- Update versions
(
7a89ac9)
- Update configuration options and enhance documentation for signal handling and graceful shutdown
(
4d6d51f)
- Implement signal handling and interruptible sleep; update app entrypoint and configuration
settings
(
6673833)
- Simplify Docker build and release conditions in CI/CD pipeline
(
d8a9b6f)
-
Add healthcheck for metrics endpoint and improve latency observation (
dedf3cf) -
Add Prometheus metrics support and update Dockerfile for exposure (
0928fb3)
- Implement graceful shutdown and enhance request logging in main.py
(
9761126)
- Enhance logging with Rich console output and remove log format
(
d7f987b)
- Add SSL verification setting and logging in main.py
(
ae0c78a)
- Add request delay configuration and logging in main.py
(
f1d3afc)
- Update default concurrency setting to 1 in config.py
(
9e7de4c)
- Update CMD in Dockerfile and adjust major_on_zero in pyproject.toml
(
f03e64c)
- Initial Release