mirror of
https://github.com/saltbo/zpan.git
synced 2026-09-21 04:59:47 +08:00
fix(downloader): reset runtime on task restart
This commit is contained in:
@@ -387,6 +387,10 @@
|
||||
"canceled"
|
||||
]
|
||||
},
|
||||
"attempt": {
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"assignment": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
@@ -796,6 +800,7 @@
|
||||
},
|
||||
"required": [
|
||||
"state",
|
||||
"attempt",
|
||||
"assignment",
|
||||
"progress",
|
||||
"billing",
|
||||
@@ -1023,6 +1028,10 @@
|
||||
"canceled"
|
||||
]
|
||||
},
|
||||
"attempt": {
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"assignment": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
@@ -1432,6 +1441,7 @@
|
||||
},
|
||||
"required": [
|
||||
"state",
|
||||
"attempt",
|
||||
"assignment",
|
||||
"progress",
|
||||
"billing",
|
||||
@@ -1769,6 +1779,10 @@
|
||||
"canceled"
|
||||
]
|
||||
},
|
||||
"attempt": {
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"assignment": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
@@ -2178,6 +2192,7 @@
|
||||
},
|
||||
"required": [
|
||||
"state",
|
||||
"attempt",
|
||||
"assignment",
|
||||
"progress",
|
||||
"billing",
|
||||
@@ -2685,6 +2700,10 @@
|
||||
"canceled"
|
||||
]
|
||||
},
|
||||
"attempt": {
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"assignment": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
@@ -3094,6 +3113,7 @@
|
||||
},
|
||||
"required": [
|
||||
"state",
|
||||
"attempt",
|
||||
"assignment",
|
||||
"progress",
|
||||
"billing",
|
||||
@@ -3336,6 +3356,10 @@
|
||||
"canceled"
|
||||
]
|
||||
},
|
||||
"attempt": {
|
||||
"type": "integer",
|
||||
"minimum": 1
|
||||
},
|
||||
"assignment": {
|
||||
"type": "object",
|
||||
"nullable": true,
|
||||
@@ -3745,6 +3769,7 @@
|
||||
},
|
||||
"required": [
|
||||
"state",
|
||||
"attempt",
|
||||
"assignment",
|
||||
"progress",
|
||||
"billing",
|
||||
|
||||
Reference in New Issue
Block a user