30以上のサイトを、ひとつの運用系としてThirty-plus sites as one operated system
サイトごとにビルドスクリプトやcronを散らかすと、一人では回せません。ビルドは単一のオーケストレータに集約、定期処理はタスクスケジューラとcron、健全性は毎朝のバッチが自分で点検。サイト固有のコードは最小限になり、新規立ち上げは設定ファイルの追加で済みます。Scatter a build script per site and one person can't keep up. Builds sit behind one orchestrator, scheduled work on Task Scheduler and cron, and a morning batch audits the fleet's health on its own. Site-specific code shrank to almost nothing.
- ビルド集約unified builds
- Task Scheduler + cron
- 毎朝の自己点検daily self-audit