aiidateam / aiida-hyperqueue

AiiDA plugin for the HyperQueue metascheduler.
http://aiida-hyperqueue.readthedocs.io/
MIT License
5 stars 9 forks source link

Job not wait properly but immediately finished with error because job id of JobInfo is an int #29

Closed unkcpz closed 4 months ago

unkcpz commented 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.