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

Autoheal continuously restarting openproject #64

Open
southeasterntech opened this issue Apr 4, 2024 · 1 comment
Open

Autoheal continuously restarting openproject #64

southeasterntech opened this issue Apr 4, 2024 · 1 comment

Comments

@southeasterntech
Copy link

Is there a way to actually stop this container? I'm trying to do an update, but I can't because I believe I can't disable the autoheal functionality.

@tbaden
Copy link

tbaden commented Jun 25, 2024

what helped me was to increase the timeout and start_period parameter in the healthcheck for the time of the upgrade process

    healthcheck:
      test: ["CMD", "curl", "-f", "http://localhost:8080${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}/health_checks/default"]
      interval: 10s
      timeout: 3s
      retries: 3
      start_period: 30s
      ```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants