docs: record cron logging cleanup

This commit is contained in:
2026-08-30 20:59:16 +03:30
parent 57bccd9fe6
commit 7d2a442309
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -492,3 +492,7 @@ Migration order implied by the map: isolate shared infrastructure constructors (
- Lock and release RPC handlers now reject nil or incomplete IAM requests before dereferencing user fields; focused wallet lock tests pass in `36b4d67`.
- Successful lock and release operations now return an explicit `StatusRes{Success:true}` instead of a nil response; focused wallet lock tests pass in `0920702`.
### `W010` cron boundary checkpoint
- Cron retry execution now emits error telemetry only when a job ultimately fails, avoiding nil error logs on successful runs; focused cron tests pass in `ba14ce1`.