usdigitalresponse / univaf

An API hosted by USDR for recording and querying vaccine appointment availability.
https://getmyvax.org/
Apache License 2.0
7 stars 2 forks source link

Slim down the production service #1523

Closed Mr0grog closed 1 year ago

Mr0grog commented 1 year ago

As we move towards shutdown, this simplifies the service to using only one availability zone and reduces the loader schedules so that none run any more often than every 15 minutes.

Mr0grog commented 1 year ago

We should probably expect some system errors when load balancers disappear in the middle of loader runs here.

Mr0grog commented 1 year ago

This didn’t actually work:

We could do something complex like adding a variable to only use N of our total M availability zones, but that just feels like adding complexity, and the purpose of this was to reduce complexity. So I’m going to drop the attempt to use fewer AZs, and just do the slower loader schedule in #1524.