docs: record cron bootstrap isolation

This commit is contained in:
2026-08-30 20:00:24 +03:30
parent 8dfe713afb
commit 4cf68072e1
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -450,3 +450,4 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Cron retry behavior now uses `application/cron.Retry`; scheduler registration, skip/recover middleware, and job dependencies remain in `core/cronJobs`. Focused Wallet tests pass in `8e27342`.
- Stellar payment stream lookup classification now uses `application/stream.IsNew`, preserving not-found and invalid empty-result behavior while keeping Horizon/database access in infrastructure. Focused Wallet tests pass in `6c3243c`.
- Cron command now uses `SetupCronRepository`, avoiding unnecessary strict service peers, availability monitor, Stellar client, profiling server, and ledger dispatcher initialization; cron jobs receive only PostgreSQL-backed repository dependencies. Focused command tests pass in `08f3225`.