Issue 637 (#639)

* Remove database connection pool option from settings

* Revert "Remove database connection pool option from settings"

This reverts commit fdcbd792d5.

* add bulk operations and more logging

* Revert "add bulk operations and more logging"

This reverts commit c92e6eda12.

* add logs for debugging

* increase healthcheck time

* reorder migrations

* optimize episode repeats migration
This commit is contained in:
Xila Cai
2025-06-20 13:01:25 +02:00
committed by GitHub
parent 925a3929c6
commit 0e5604276b
6 changed files with 377 additions and 309 deletions

View File

@@ -35,5 +35,5 @@ EXPOSE 8000
CMD ["/entrypoint.sh"]
HEALTHCHECK --interval=30s --timeout=10s --start-period=15s --retries=5 \
HEALTHCHECK --interval=45s --timeout=15s --start-period=30s --retries=5 \
CMD wget --no-verbose --tries=1 --spider http://127.0.0.1:8000/health/ || exit 1