Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: do our own health checks on deployer containers #427

Merged
merged 2 commits into from
Oct 25, 2022

Commits on Oct 24, 2022

  1. refactor: do our own health checks on deployer containers

    We are doing this because the docker health checks eats up 25% of a
    single CPU core and we are spinning up many of these containers.
    
    https://www.reddit.com/r/docker/comments/b68r53/healtchecks_add_high_cpu_load/
    moby/moby#39102
    chesedo committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    209d7f9 View commit details
    Browse the repository at this point in the history
  2. refactor: clippy suggestion

    chesedo committed Oct 24, 2022
    Configuration menu
    Copy the full SHA
    062299c View commit details
    Browse the repository at this point in the history