fix(analysis): reclaim orphaned leases from analysis daemon startup too (0.87.7)
`reclaim_orphaned` previously ran only inside `spawn_crawler_daemon` at startup. A deploy with the crawler disabled and analysis enabled (analysis-only mode) never refunded orphaned `analyze_page` leases — recovery deferred to the lazy lease-expiry path. Wire it into `spawn_analysis_daemon` too. Safe under multi-replica + idempotent against the crawler-side call. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "mangalord"
|
||||
version = "0.87.6"
|
||||
version = "0.87.7"
|
||||
edition = "2021"
|
||||
default-run = "mangalord"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user