Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions changelog.d/tsk-y62mpe-durable-cron.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Fixed

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SUGGESTION: Changelog says "721-line" but scripts/resume_arm_time.py is 752 lines

The line count in the changelog does not match the actual file size.


Reply with @kilocode-bot fix it to have Kilo Code address this issue.

- Durable resume pair now ships the canonical 721-line `scripts/resume_arm_time.py` (moved from `~/.taos-fleet-tools` with derivation and evidence printing intact, replacing the 142-line reimplementation), so a `00:00:00Z` reset arms `7 0 18 8 *` and `17 0 18 8 *` as date-pinned one-shots instead of daily `17 0 * * *`. The fire path posts `[RESUME DUE]` to the A2A bus with the armed-at instant, makes a failed bus post visible in the fallback log instead of swallowing it, and surfaces crontab read/write errors as non-zero `SystemExit`. The cron line names `/usr/bin/python3` explicitly, `getpass` is imported, and every `do_fire` test runs against a sandboxed `crontab` and redirected `HOME`.
Loading