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

Fix services bootstraping #629

Commits on Jan 19, 2024

  1. fix: don't start HTTP tracker if it's disabled

    This fixes this error:
    
    ```
    Loading default configuration file: `./share/default/config/tracker.development.sqlite3.toml` ...
    2024-01-19T12:43:24.605765751+00:00 [torrust_tracker::bootstrap::logging][INFO] logging initialized.
    2024-01-19T12:43:24.606305647+00:00 [torrust_tracker::bootstrap::jobs::http_tracker][INFO] Note: Not loading Http Tracker Service, Not Enabled in Configuration.
    2024-01-19T12:43:24.606314967+00:00 [torrust_tracker::bootstrap::jobs][INFO] TLS not enabled
    thread 'tokio-runtime-worker' panicked at src/servers/registar.rs:84:32:
    it should receive the listing: RecvError(())
    ```
    josecelano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    bbf1be6 View commit details
    Browse the repository at this point in the history
  2. fix: [torrust#626] healt check api server shutdown

    This fixes:
    
    - The error: "Failed to install stop signal: channel closed"
    - And CRTL+C to shutdown the service
    josecelano committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    17296cd View commit details
    Browse the repository at this point in the history