You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is, unfortunately, a service that needs really high SLA. I need to figure out how to quickly do cutovers when I'm updating it. I wonder if Docker Compose has a way to stand up a replica and then kill the old one. That would be nice.
The text was updated successfully, but these errors were encountered:
To help with this, I could probably cache stuff in Redis. That would be turbo-overkill for now, but it would make the startup time of the app way faster. Right now it has to re-build the cache from zero.
This is, unfortunately, a service that needs really high SLA. I need to figure out how to quickly do cutovers when I'm updating it. I wonder if Docker Compose has a way to stand up a replica and then kill the old one. That would be nice.
The text was updated successfully, but these errors were encountered: