feat: allow set max runners for nodes

This commit is contained in:
Marvin Zhang
2024-12-11 22:05:34 +08:00
parent 1f8f22e5cd
commit eaa834e8f8
3 changed files with 3 additions and 8 deletions

View File

@@ -311,11 +311,6 @@ 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