|
|
|
|
|
by ecnahc515
2365 days ago
|
|
Deployment ordering at large scale is avoided and usually done by not making breaking changes. 4 phase migrations, always. Roll out new API, update existing software to use new API, wait for everything to stop using old API + backfill, remove old API. |
|