Skip to content

Commit

Permalink
PMM-12314 change the delay when pinging pmm-managed
Browse files Browse the repository at this point in the history
  • Loading branch information
ademidoff committed Dec 19, 2023
1 parent e905f7d commit 7eefbb7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/ansible/roles/initialization/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
group: pmm
mode: 0775

# Note: we want to leave for some time until we achieve stable builds
- name: Output pmm-managed logs
shell: sleep 10 && tail -n 300 /srv/logs/pmm-managed.log

Expand All @@ -72,8 +73,8 @@
url: "http://127.0.0.1:7772/v1/readyz"
status_code: 200
method: GET
retries: 120
delay: 1
retries: 20
delay: 5

- name: Disable maintenance mode
file:
Expand Down

0 comments on commit 7eefbb7

Please sign in to comment.