서버 종료 관련 로그 메시지를 추가하고, 상태 JSON 파일의 요청 통계 및 가동 시간을 업데이트하였습니다. 타임스탬프를 최신으로 수정하였습니다.
This commit is contained in:
parent
ad9916b4cd
commit
60d6a440cd
|
|
@ -7109,3 +7109,16 @@ NameError: name 'image_batch' is not defined
|
|||
2025-08-30 02:11:05,955 - app.core.session_pool - INFO - Idle session reaper started. Timeout: 1800s, Check Interval: 60s
|
||||
2025-08-30 02:11:09,078 - uvicorn.error - INFO - Application startup complete.
|
||||
2025-08-30 02:11:09,089 - uvicorn.error - INFO - Uvicorn running on http://0.0.0.0:8008 (Press CTRL+C to quit)
|
||||
2025-08-30 10:43:07,827 - uvicorn.error - INFO - Shutting down
|
||||
2025-08-30 10:43:07,929 - uvicorn.error - INFO - Waiting for application shutdown.
|
||||
2025-08-30 10:43:07,931 - main - INFO - 🛑 인페인팅 서버 종료 중...
|
||||
2025-08-30 10:43:07,931 - app.core.worker_manager - INFO - Stopping worker manager...
|
||||
2025-08-30 10:43:07,932 - app.core.worker_manager - INFO - Worker manager stopped
|
||||
2025-08-30 10:43:07,932 - main - INFO - ✅ 워커 매니저 중지 완료
|
||||
2025-08-30 10:43:07,933 - app.core.batch_manager - INFO - Stopping BatchManager...
|
||||
2025-08-30 10:43:07,933 - app.core.batch_manager - INFO - BatchManager stopped.
|
||||
2025-08-30 10:43:07,934 - main - INFO - ✅ 배치 관리자 중지 완료
|
||||
2025-08-30 10:43:07,934 - main - INFO - 👋 인페인팅 서버 종료 완료
|
||||
2025-08-30 10:43:07,936 - app.utils.discord_notifier - WARNING - Discord 웹훅 URL이 설정되지 않아 알림을 보낼 수 없습니다.
|
||||
2025-08-30 10:43:07,936 - uvicorn.error - INFO - Application shutdown complete.
|
||||
2025-08-30 10:43:07,937 - uvicorn.error - INFO - Finished server process [81535]
|
||||
|
|
|
|||
|
|
@ -695,3 +695,20 @@ INFO: 127.0.0.1:33870 - "GET /api/v1/stats HTTP/1.1" 200 OK
|
|||
INFO: 127.0.0.1:33872 - "GET /api/v1/stats HTTP/1.1" 200 OK
|
||||
INFO: 127.0.0.1:35052 - "GET /api/v1/stats HTTP/1.1" 200 OK
|
||||
INFO: 127.0.0.1:55622 - "GET /api/v1/stats HTTP/1.1" 200 OK
|
||||
INFO: Shutting down
|
||||
2025-08-30 10:43:07,827 - uvicorn.error - INFO - Shutting down
|
||||
INFO: Waiting for application shutdown.
|
||||
2025-08-30 10:43:07,929 - uvicorn.error - INFO - Waiting for application shutdown.
|
||||
2025-08-30 10:43:07,931 - main - INFO - 🛑 인페인팅 서버 종료 중...
|
||||
2025-08-30 10:43:07,931 - app.core.worker_manager - INFO - Stopping worker manager...
|
||||
2025-08-30 10:43:07,932 - app.core.worker_manager - INFO - Worker manager stopped
|
||||
2025-08-30 10:43:07,932 - main - INFO - ✅ 워커 매니저 중지 완료
|
||||
2025-08-30 10:43:07,933 - app.core.batch_manager - INFO - Stopping BatchManager...
|
||||
2025-08-30 10:43:07,933 - app.core.batch_manager - INFO - BatchManager stopped.
|
||||
2025-08-30 10:43:07,934 - main - INFO - ✅ 배치 관리자 중지 완료
|
||||
2025-08-30 10:43:07,934 - main - INFO - 👋 인페인팅 서버 종료 완료
|
||||
2025-08-30 10:43:07,936 - app.utils.discord_notifier - WARNING - Discord 웹훅 URL이 설정되지 않아 알림을 보낼 수 없습니다.
|
||||
INFO: Application shutdown complete.
|
||||
2025-08-30 10:43:07,936 - uvicorn.error - INFO - Application shutdown complete.
|
||||
INFO: Finished server process [81535]
|
||||
2025-08-30 10:43:07,937 - uvicorn.error - INFO - Finished server process [81535]
|
||||
|
|
|
|||
|
|
@ -716,3 +716,7 @@ INFO: 192.168.0.119:51470 - "GET /api/system-alerts HTTP/1.1" 200 OK
|
|||
INFO: connection closed
|
||||
INFO: connection closed
|
||||
INFO: connection closed
|
||||
INFO: Shutting down
|
||||
INFO: Waiting for application shutdown.
|
||||
INFO: Application shutdown complete.
|
||||
INFO: Finished server process [81928]
|
||||
|
|
|
|||
|
|
@ -135,9 +135,9 @@
|
|||
"max_response_time": 0.011610746383666992,
|
||||
"current_concurrent": 0,
|
||||
"max_concurrent": 1,
|
||||
"requests_per_second": 0.020091734125010443,
|
||||
"uptime": 30758.917879104614,
|
||||
"requests_per_second": 0.020076686834362673,
|
||||
"uptime": 30781.97140288353,
|
||||
"recent_errors": []
|
||||
},
|
||||
"timestamp": 1756518164.368451
|
||||
"timestamp": 1756518187.4218173
|
||||
}
|
||||
Loading…
Reference in New Issue