You're offline — showing cached data

pool-snapshot-purge

pool-snapshot-purge
2026-06-13 06:13:40 SAST
← Back to Tasks

OVERRIDES runtime profile: uses direct_shell because task is a pure find command with no LLM call.

Daily at 04:00 SAST, deletes pool-dirty forensic snapshots older than 7 days from ~/workspace/logs/pool-dirty/.

Pool's release() writes a snapshot to that directory when a worker leaves the slot dirty (modified tracked files, untracked work). Snapshots are forensic evidence — useful for the first few days, junk after a week.

Daily at 04:000 4 * * *
Yes
claude
600s
No
in 22h (2026-06-14 04:00)

Task Definition

tasks/pool-snapshot-purge.md
claude
set
No
No
mkdir -p $HOME/workspace/logs/pool-dirty && find $HOME/workspace/logs/pool-dirty -mindepth 1 -maxdepth 1 -type d -mtime +7 -exec rm -rf {} + || true

Edit Schedule

Result:
8
Runs (7d)
8
Completed
0
Failed
0
Timeout
100%
Success (7d)
0s
Avg Duration
mission-control worktree-pool cleanup

Run History (8)

StartedFinishedStatusDurationOutputLog
2h ago 2h ago completed 0s
View log
1d ago 1d ago completed 0s
View log
2d ago 2d ago completed 0s
View log
3d ago 3d ago completed 0s
View log
4d ago 4d ago completed 0s
View log
5d ago 5d ago completed 0s
View log
6d ago 6d ago completed 0s
View log
7d ago 7d ago completed 0s
View log

Comments (0)

No comments yet — add instructions for Luci
Help