|
|
|
|
|
by anonymous23801
1436 days ago
|
|
You could easily create a new revision of the function you want to change, and have the first box to use the new revision while the rest keep using the old one. In postgres that would be trivial with revision schemas and a clever usage of the SEARCH_PATH. |
|
With one-box, you can assign a specific set of customers/canaries to be served by the new 1-box and validate your results. If there is a problem you rollback and only your canary data was affected. It is just not very simple IMO.