conjurer: librarian — 60s termination grace na checkpoint #10

Merged
gitea merged 1 commits from conjurer-librarian-graceful-term into master 2026-08-03 15:42:10 +00:00
+5
View File
@@ -10,6 +10,11 @@ spec:
metadata: { labels: { app: librarian } } metadata: { labels: { app: librarian } }
spec: spec:
imagePullSecrets: [{ name: gitea-registry }] imagePullSecrets: [{ name: gitea-registry }]
# On SIGTERM the librarian checkpoints the running search and exits within
# CONJURER_LIBRARIAN_GRACEFUL_TIMEOUT (default 45s). Give k8s enough grace
# to let that finish before it SIGKILLs - otherwise a long scan's checkpoint
# is cut short and the search restarts from scratch instead of resuming.
terminationGracePeriodSeconds: 60
containers: containers:
- name: librarian - name: librarian
image: gitea.czernobog.pl/gitea/conjurer-librarian:e243777e image: gitea.czernobog.pl/gitea/conjurer-librarian:e243777e