File tree Expand file tree Collapse file tree 1 file changed +18
-6
lines changed
Expand file tree Collapse file tree 1 file changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -1992,17 +1992,29 @@ roles:
19921992 trigger : after_STOP_ACTIVITY-100
19931993 timeout : " {{ trg_unload_timeout }}"
19941994 critical : false
1995- - name : errorcleanup
1995+ - name : errorensurerunstop
19961996 call :
1997- func : trg.Cleanup ()
1997+ func : trg.EnsureRunStop ()
19981998 trigger : before_GO_ERROR-10
1999- timeout : " {{ trg_cleanup_timeout }}"
1999+ timeout : " {{ trg_stop_timeout }}"
2000+ critical : false
2001+ - name : errorensurerununload
2002+ call :
2003+ func : trg.EnsureRunUnload()
2004+ trigger : before_GO_ERROR-9
2005+ timeout : " {{ trg_unload_timeout }}"
20002006 critical : false
2001- - name : destroycleanup
2007+ - name : destroyensurerunstop
20022008 call :
2003- func : trg.Cleanup ()
2009+ func : trg.EnsureRunStop ()
20042010 trigger : DESTROY-100
2005- timeout : " {{ trg_cleanup_timeout }}"
2011+ timeout : " {{ trg_stop_timeout }}"
2012+ critical : false
2013+ - name : destroyensurerununload
2014+ call :
2015+ func : trg.EnsureRunUnload()
2016+ trigger : DESTROY-99
2017+ timeout : " {{ trg_unload_timeout }}"
20062018 critical : false
20072019 - name : ccdb
20082020 enabled : " {{ccdb_enabled == 'true'}}"
You can’t perform that action at this time.
0 commit comments