fix: double volatile TTLs to survive missed scheduler runs
Build and Push / release (push) Successful in 3s
Build and Push / build (push) Successful in 2m13s

TTL = 2x refresh interval ensures data remains valid even if a
scheduled refresh is delayed or fails.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-08 16:54:18 +01:00
co-authored by Claude Opus 4.5
parent 1e31e74ad6
commit 4cfad2e8bc
4 changed files with 123 additions and 14 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[project]
name = "library-desk"
version = "1.7.1"
version = "1.7.2"
description = "Coordination service for The Library system - HybridRAG queries, document ingestion, entity extraction, and knowledge consolidation"
readme = "README.md"
requires-python = ">=3.12"