Compare commits

..

1 Commits

Author SHA1 Message Date
gitea 5d13843a99 conjurer: give librarian 60s termination grace for checkpointing
The librarian now checkpoints an in-progress search on SIGTERM and exits
within CONJURER_LIBRARIAN_GRACEFUL_TIMEOUT (default 45s). Raise k8s
terminationGracePeriodSeconds to 60 so that graceful checkpoint isn't cut
short by SIGKILL - otherwise the long DB scan restarts instead of resuming.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-02 22:11:05 +02:00
2 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -10,10 +10,10 @@ resources:
- ingress.yaml # wejście po https + przekierowanie z http
images:
- name: gitea.czernobog.pl/gitea/astrololo-data
newTag: b36b3bee
newTag: 8ebce816
- name: gitea.czernobog.pl/gitea/astrololo-logic
newTag: b36b3bee
newTag: 8ebce816
- name: gitea.czernobog.pl/gitea/astrololo-render
newTag: latest
- name: gitea.czernobog.pl/gitea/astrololo-presentation
newTag: a9f2a038
newTag: 8ebce816
+2 -2
View File
@@ -6,6 +6,6 @@ resources:
- bot.yaml
images:
- name: gitea.czernobog.pl/gitea/conjurer-librarian
newTag: ac16b77f
newTag: 40605b95
- name: gitea.czernobog.pl/gitea/conjurer-bot
newTag: ac16b77f
newTag: 8e18071b