Skip to content

Conversation

@josecelano
Copy link
Member

Add timeout to health_check binary.

cargo run --bin health_check http://127.0.0.1:3001/health_check

That command now fails if it does not get a response in 5 seconds.

```
cargo run --bin health_check http://127.0.0.1:3001/health_check
```

That command now fails if it does not get a response in 5 seconds.
@josecelano josecelano linked an issue Feb 9, 2024 that may be closed by this pull request
@josecelano josecelano self-assigned this Feb 9, 2024
@josecelano josecelano added Enhancement / Feature Request Something New Bug Incorrect Behavior labels Feb 9, 2024
@josecelano josecelano added this to the v3.0.0 milestone Feb 9, 2024
@josecelano
Copy link
Member Author

ACK 4e7e920

@josecelano josecelano merged commit f73dcfa into torrust:develop Feb 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Incorrect Behavior Enhancement / Feature Request Something New

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add timeout to the http_health_check binary

1 participant