fix(downloader): reset runtime on task restart

This commit is contained in:
saltbo
2026-06-06 00:54:26 -04:00
parent d8daba2542
commit 65eb5d9738
21 changed files with 4289 additions and 5 deletions
+25
View File
@@ -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",