fix stipend backoff: add stipendBackoffSeconds init to Default state (hunt state runs too late)
Some checks failed
/ test (push) Failing after 15s
Some checks failed
/ test (push) Failing after 15s
This commit is contained in:
parent
e75edcbfa1
commit
b0ffac3c66
2 changed files with 40 additions and 1 deletions
|
|
@ -192,6 +192,8 @@ STATE: {Default} ~~ {
|
|||
DO: DoExpr {setvar[bellaJawRunRecoverAttempts, 0]}
|
||||
IF: Not Expr {testvar[bellaBackoffSeconds]}
|
||||
DO: DoExpr {setvar[bellaBackoffSeconds, 86400]}
|
||||
IF: Not Expr {testvar[stipendBackoffSeconds]}
|
||||
DO: DoExpr {setvar[stipendBackoffSeconds, 86400]}
|
||||
IF: Not Expr {testvar[serviceCheckInterval]}
|
||||
DO: DoExpr {setvar[serviceCheckInterval, 43200]}
|
||||
IF: Not Expr {testvar[serviceClock]}
|
||||
|
|
|
|||
39
met/bore.met
39
met/bore.met
|
|
@ -11,7 +11,7 @@ n
|
|||
n
|
||||
n
|
||||
n
|
||||
226
|
||||
227
|
||||
i
|
||||
1
|
||||
i
|
||||
|
|
@ -1868,6 +1868,43 @@ n
|
|||
s
|
||||
e
|
||||
s
|
||||
testvar[stipendBackoffSeconds]
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
setvar[stipendBackoffSeconds, 86400]
|
||||
s
|
||||
Default
|
||||
i
|
||||
21
|
||||
i
|
||||
7
|
||||
TABLE
|
||||
2
|
||||
K
|
||||
V
|
||||
n
|
||||
n
|
||||
1
|
||||
i
|
||||
26
|
||||
TABLE
|
||||
2
|
||||
k
|
||||
v
|
||||
n
|
||||
n
|
||||
1
|
||||
s
|
||||
e
|
||||
s
|
||||
testvar[serviceCheckInterval]
|
||||
TABLE
|
||||
2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue