fix: Update k8s + docker configs to reflect production settings for app
- fix: Update k8s + docker configs to reflect production settings for app
Merge request reports
Activity
Filter activity
@cguindon our startup time is now ~90s, which is massively up from when we first wrote this service. If you're ok with long start times, there isn't necessarily a problem. This will just become something to be aware of, as we may need to shift the startup time delay occasionally as the maxmind data set grows. Otherwise, we can address this by upping the CPU of the containers to 1 virt core, or by taking advantage of some Quarkus build time init functionality which will add complexity to the project.
mentioned in commit eb0d075f
Please register or sign in to reply