Authored by root

Increase async value

... ... @@ -3,7 +3,7 @@
- name: restart {{ deploy_path }}
shell: sh /home/master/{{ deploy_path }}/deploy/bin/killws.sh && sh /home/master/{{ deploy_path }}/deploy/bin/startws.sh
async: 60
async: 90
- name: check service runtime
shell: ps -ef|grep java|grep {{ deploy_path }}|grep -v grep|awk '{print $5}'
... ...