We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae6e8e commit 28991e2Copy full SHA for 28991e2
1 file changed
infrastructure/ci/docker-compose.yaml
@@ -49,7 +49,7 @@ services:
49
woodpecker-agent:
50
image: woodpeckerci/woodpecker-agent:v3
51
command: agent
52
- restart: unless-stopped
+ restart: always
53
depends_on:
54
- woodpecker-server
55
volumes:
@@ -72,9 +72,8 @@ services:
72
order: stop-first
73
restart_policy:
74
condition: on-failure
75
- delay: 5s
76
- max_attempts: 3
77
- window: 120s
+ delay: 15s
+ window: 30s
78
placement:
79
constraints:
80
- node.labels.ci-worker==true
0 commit comments