mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
- Added SIGINT/SIGTERM signal handlers in api_server.py (both OpenAI and simple versions) - Added cleanup_processes() function to properly terminate worker processes - Enhanced StandaloneApplication with worker exit hooks and cleanup - Added signal handling in worker_process.py for graceful worker shutdown - Added shutdown_event to coordinate graceful shutdown across threads - Improved worker monitor to respect shutdown event Co-authored-by: Jiang-Jia-Jun <163579578+Jiang-Jia-Jun@users.noreply.github.com>