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

Update base images and introduce health endpoint #3273

Merged
merged 7 commits into from
Jul 10, 2024

Conversation

jeankhawand
Copy link
Contributor

sync-server: introduce /health endpoint to check if the service is reachable.

bump(alpine): bump alpine base image from 3.19 to 3.20

bump(rust): bump rust-alpine build image from 1.76 to 1.79

jeankhawand and others added 5 commits July 1, 2024 16:18
sync-server: introduce `/health` endpoint to check if the service is reachable.

bump(alpine): bump alpine base image from `3.19` to `3.20`

bump(rust): bump rust-alpine build image from `1.76` to `1.79`
@dae
Copy link
Member

dae commented Jul 10, 2024

Thanks!

@dae dae merged commit 56a085b into ankitects:main Jul 10, 2024
1 check passed
jeankhawand added a commit to jeankhawand/anki that referenced this pull request Aug 7, 2024
* Update base images and introduce health endpoint

sync-server: introduce `/health` endpoint to check if the service is reachable.

bump(alpine): bump alpine base image from `3.19` to `3.20`

bump(rust): bump rust-alpine build image from `1.76` to `1.79`

* fix cargo fmt

* add allow clippy::extra_unused_type_parameters

* Remove unused type param (dae)

* Route /health directly (dae)

* Fix for latest axum (dae)
jeankhawand added a commit to jeankhawand/anki that referenced this pull request Aug 17, 2024
* Update base images and introduce health endpoint

sync-server: introduce `/health` endpoint to check if the service is reachable.

bump(alpine): bump alpine base image from `3.19` to `3.20`

bump(rust): bump rust-alpine build image from `1.76` to `1.79`

* fix cargo fmt

* add allow clippy::extra_unused_type_parameters

* Remove unused type param (dae)

* Route /health directly (dae)

* Fix for latest axum (dae)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants