01 / DECISION
この primitive を選ぶ時
Linux environment、特定 runtime、filesystem、Workers だけで模倣すべきでない resource profile が必要な時に使います。
02 / ARCHITECTURE
最小で説明可能な path を作る
Worker の authentication / routing、stable container ownership、resource / concurrency bound、startup、health / shutdown を設計します。
- 01contract を定義
Linux environment、特定 runtime、filesystem、Workers だけで模倣すべきでない resource profile が必要な時に使います。
- 02primitive を一つ追加
Worker の authentication / routing、stable container ownership、resource / concurrency bound、startup、health / shutdown を設計します。
- 03failure evidence を残す
reproducible build、dependency scan、cold start / health failure、resource cap、unauthorized routing denial を確認します。
03 / REPRODUCE
confidence の前に evidence
reproducible build、dependency scan、cold start / health failure、resource cap、unauthorized routing denial を確認します。
npx wrangler containers list 04 / BOUNDARY
Production boundary
container image は patch / supply-chain surface を広げます。local disk と process state には明示的 durability assumption が必要です。
05 / FIRST-PARTY SOURCES
一次資料を authoritative に保つ
product behavior、limit、pricing、availability は変わります。実行前に source を再確認してください。