Skip to content

Commit

Permalink
Merge pull request #4561 from ChunkyProgrammer/use-trending-api-for-h…
Browse files Browse the repository at this point in the history
…ealth-checks

Use Trending API for health checks
  • Loading branch information
unixfox committed Apr 10, 2024
2 parents 08390ac + 170eef5 commit b673695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -32,7 +32,7 @@ services:
# statistics_enabled: false
hmac_key: "CHANGE_ME!!"
healthcheck:
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/comments/jNQXAC9IVRw || exit 1
test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
interval: 30s
timeout: 5s
retries: 2
Expand Down

1 comment on commit b673695

@flufferyomada
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this merge request breaks builds for me
@crazycrystals please make an issue with the error

Please sign in to comment.