Technology
✍️ Hand-written
My Own Script Killed My CI Runner: The Dark Side of Cleanup
I'm sharing how a cleanup script I wrote on my GitHub Actions runner crashed my system, and the lessons I learned from this painful experience.
2 posts found.
I'm sharing how a cleanup script I wrote on my GitHub Actions runner crashed my system, and the lessons I learned from this painful experience.
My disk-cleanup.timer wiped the runner's _work/_temp directories. For 16 hours every cron exploded with 'Missing file: set_output_*'. A confession of…