feat: add health check endpoint and improve rate limiting

- Introduced a health check endpoint to monitor API responsiveness.
- Updated SlowAPI limiter to increase default rate limits and added in-memory fallback for Redis unavailability.
- Implemented a timeout for seeding Surfsense documentation to prevent startup delays.
This commit is contained in:
DESKTOP-RTLN3BA\$punk 2026-02-16 23:18:29 -08:00
parent 3f1f9f0bde
commit 338dd8d282
2 changed files with 24 additions and 4 deletions

View file

@ -107,4 +107,4 @@ ENV CELERY_QUEUES=""
# Run
EXPOSE 8000-8001
CMD ["/app/scripts/docker/entrypoint.sh"]
CMD ["/app/scripts/docker/entrypoint.sh"]