mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
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:
parent
3f1f9f0bde
commit
338dd8d282
2 changed files with 24 additions and 4 deletions
|
|
@ -107,4 +107,4 @@ ENV CELERY_QUEUES=""
|
|||
|
||||
# Run
|
||||
EXPOSE 8000-8001
|
||||
CMD ["/app/scripts/docker/entrypoint.sh"]
|
||||
CMD ["/app/scripts/docker/entrypoint.sh"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue