Skip to content

Commit

Permalink
output the logs by removing devnull and increase timeout to ensure se…
Browse files Browse the repository at this point in the history
…rf call
  • Loading branch information
ljblancoredborder committed Jun 4, 2024
1 parent 41e803b commit 52ad9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/bin/rb_wakeup_chef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ done

if [ $wmanagers -eq 1 ]; then
if [ "x$service" == "x" ]; then
/usr/bin/serf query -timeout=250ms -no-ack wakeup-chef &>/dev/null
/usr/bin/serf query -timeout=1000ms -no-ack wakeup-chef
else
# TODO
wakeup_node_service $service &>/dev/null #Only wakeup in local node if the service exists
Expand Down

0 comments on commit 52ad9b7

Please sign in to comment.