Technology
Self-hosted GitHub Actions Runner: Balancing Cost and Control
I examine the advantages and disadvantages of running your GitHub Actions runners on your own servers, focusing on cost, performance, and control.
4 posts found.
I examine the advantages and disadvantages of running your GitHub Actions runners on your own servers, focusing on cost, performance, and control.
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.
Problems I hit, lessons I learned, and the small tweaks behind my AI-driven content pipeline. From VPS to GitHub Actions, real field 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…