Files
breakpilot-core/paddleocr-service
Benjamin Admin 5ee3cc0104
Some checks failed
Deploy to Coolify / deploy (push) Has been cancelled
fix: load PaddleOCR model in background thread
The import and model loading can take minutes and was blocking
the startup event, causing health checks to timeout. Now loads
in a background thread — health endpoint returns 200 immediately
with status 'loading' until model is ready.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 10:21:59 +01:00
..