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

Adjust Healthcheck for Podman and other improvements #225

Merged
merged 9 commits into from
Aug 25, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    226466c View commit details
    Browse the repository at this point in the history
  2. Specify test for healthcheck as a string for monitor

    The current version of Podman only seems to support
    checks running with `/bin/sh`
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    65d5459 View commit details
    Browse the repository at this point in the history
  3. Specify test for healthcheck as a string for monitor

    The current version of Podman only seems to support
    checks running with `/bin/sh`
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    19f09db View commit details
    Browse the repository at this point in the history
  4. Specify test for healthcheck as a string for db service

    The current version of Podman only seems to support
    checks running with `/bin/sh`
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    5f2725c View commit details
    Browse the repository at this point in the history
  5. Not silence the healthcheck for DB

    So that the result can be captured
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    9c19ea4 View commit details
    Browse the repository at this point in the history
  6. Not silence the healthcheck for worker service

    So that the result can be captured
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c0942cc View commit details
    Browse the repository at this point in the history
  7. Not silence the healthcheck for monitor service

    So that the result can be captured
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    0826c01 View commit details
    Browse the repository at this point in the history
  8. Improve the healthcheck test for monitor service

    Handle the case of empty response
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    98d8377 View commit details
    Browse the repository at this point in the history
  9. Specify test for healthcheck as a string for broker and unsilence it

    The current version of Podman only seems to support
    checks running with `/bin/sh`
    candleindark committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    831fecf View commit details
    Browse the repository at this point in the history