Added deleting finished/not started jobs. Modified code to work with new ATEapi docker

This commit is contained in:
Kikimanox
2022-10-24 16:54:58 +02:00
parent 5947cc1b00
commit e95d534e78
6 changed files with 79 additions and 28 deletions
+1 -1
View File
@@ -1083,7 +1083,7 @@
"properties": {
"job_status": {
"type": "string",
"enum": ["waiting in que", "currently processing", "finished processing"]
"enum": ["waiting in que", "currently processing", "finished processing (OK)", "finished processing (ERROR)"]
},
"finished_on": {
"type": "string",