Skip to content

Commit

Permalink
Try different healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
filiphr committed Nov 5, 2024
1 parent ab8ce5f commit 4392348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/db2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# needed because the db2 container does not provide a health check
options: >-
--privileged=true
--health-cmd="su - db2inst1 -c \"~/sqllib/bin/db2 connect to flowable && ~/sqllib/bin/db2 connect reset\""
--health-cmd="su - db2inst1 -c \"~/sqllib/bin/db2gcf -s\""
--health-interval 30s
--health-timeout 40s
--health-retries 10
Expand Down

0 comments on commit 4392348

Please sign in to comment.