-------------------------------------------------
__________________.____________
/ _____/\______ \__\______ \
/ \ ___ | _/ || ___/
\ \_\ \| | \ || |
\______ /|____|_ /__||____|
\/ \/
Microservices - PDF Generator v2.4.3
------------------------------------------------
Started on: 05-08-2026 06:40:14, port: 7001
------------------------------------------------
Version: 2.4.3
- Added a health probe that creates a quick test PDF so we can see if the PDF generator is actually working, not just if the web page loads.
- Updated Docker Compose command usage from
docker-compose to docker compose to match newer Docker versions.
Version: 2.4.2
- Fixed zombie process accumulation issue that caused PDF generation to stop working.
- Added timeout protection for browser launch to prevent indefinite hangs.
- Added timeout protection for browser cleanup to ensure proper process termination.
- Improved browser process cleanup to kill child processes first, preventing zombie creation.
Version: 2.4.1
- Always restart docker container if it goes down.
- Updated docker container mounted volume for production.
Version: 2.4.0
- Improved issues around timing when generating reports.
- Implemented cleanup routines for browser processes.
- Reduced overall CPU usage.
- Added additional options to improve development workflow.