|
|
|
|
|
by bluetooth
4737 days ago
|
|
> but are repository updates even atomic? No, they are not. During the push, there will be a short amount of time in which some parts of the website will be operating on new code, while others will be operating on old code. If many components are in play (ie using libraries) you may end up breaking things if a new request comes in at the right time. |
|