From 8e398bd8164468382393b8e3af2d62958d587662 Mon Sep 17 00:00:00 2001 From: Marvin Zhang Date: Fri, 29 Nov 2024 22:19:00 +0800 Subject: [PATCH] ci: trigger workflow --- .github/workflows/docker-crawlab.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/docker-crawlab.yml b/.github/workflows/docker-crawlab.yml index 54319845..dc60fb04 100644 --- a/.github/workflows/docker-crawlab.yml +++ b/.github/workflows/docker-crawlab.yml @@ -311,6 +311,11 @@ jobs: env: CRAWLAB_NODE_MASTER: N CRAWLAB_MASTER_HOST: master + options: >- + --health-cmd curl -f http://localhost:8000/health || exit 1 + --health-interval 10s + --health-timeout 5s + --health-retries 10 steps: - name: Checkout repository uses: actions/checkout@v4