mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-17 01:45:25 +08:00
Opt: more strict failure check for restart sensitive tasks
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
"Error": {
|
||||
"HandleError": true,
|
||||
"SaveError": true,
|
||||
"StrictRestart": false,
|
||||
"OnePushConfig": "provider: null",
|
||||
"ScreenshotLength": 1
|
||||
},
|
||||
@@ -1202,7 +1203,7 @@
|
||||
},
|
||||
"Tactical": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Tactical",
|
||||
"SuccessInterval": "30-60",
|
||||
@@ -1251,7 +1252,7 @@
|
||||
},
|
||||
"Dorm": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Dorm",
|
||||
"SuccessInterval": 278,
|
||||
@@ -1274,7 +1275,7 @@
|
||||
},
|
||||
"Meowfficer": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Meowfficer",
|
||||
"SuccessInterval": 30,
|
||||
@@ -1298,7 +1299,7 @@
|
||||
},
|
||||
"Guild": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Guild",
|
||||
"SuccessInterval": 30,
|
||||
@@ -1522,7 +1523,7 @@
|
||||
},
|
||||
"Freebies": {
|
||||
"Scheduler": {
|
||||
"Enable": true,
|
||||
"Enable": false,
|
||||
"NextRun": "2020-01-01 00:00:00",
|
||||
"Command": "Freebies",
|
||||
"SuccessInterval": 30,
|
||||
|
||||
Reference in New Issue
Block a user