-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Labels
Description
Currently bootstrap.pypa.io's backend is a VM, which has some flexibility in managing how bootstrap.pypa.io is "put together", which is susceptible to all the failings of kernel panics and misconfiguration that can lead to outages.
It might be worth considering migrating the generation of the files to be the responsibility of CI and syncing the result to S3. This would likely be more reliable than even spinning up a second host and would certainly be cheaper.
Ref #34