mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #406] [MERGED] ci: try a different strategy for rabbit health check #441
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/406
Author: @masci
Created: 12/14/2024
Status: ✅ Merged
Merged: 12/16/2024
Merged by: @masci
Base:
main← Head:massi/rabbit-test📝 Commits (7)
ae1f927try a different strategy001b588trya36131ftryb34dac9tryd59b4b6try583750ctry950304ftry📊 Changes
3 files changed (+9 additions, -4 deletions)
View changed files
📝
.github/workflows/e2e_test.yml(+2 -2)📝
e2e_tests/message_queues/message_queue_rabbitmq/conftest.py(+1 -1)📝
e2e_tests/message_queues/message_queue_rabbitmq/docker-compose.yml(+6 -1)📄 Description
I suspect the healthcheck never really worked because the
CMD-SHELLwas missing from the test command. This would explain why with an interval of 30s it seemed to work (30 seconds are more than enough to boot rabbit and a falsely positive healthcheck would be fine at that point).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.