Closed unkcpz closed 4 months ago
The id field of JobInfo is expecting a str, but the id read from JSON is auto converted to int. This cause the job immediately finished and parsed but not actually running.
id
JobInfo
The
id
field ofJobInfo
is expecting a str, but the id read from JSON is auto converted to int. This cause the job immediately finished and parsed but not actually running.