autolab / Tango

Standalone RESTful autograding service
http://www.autolabproject.com/
Apache License 2.0
48 stars 60 forks source link

Hotfix for job-queue #227

Closed 20wildmanj closed 1 year ago

20wildmanj commented 1 year ago

Description

Fixes an issue where jobs' assignment state (assigned) field are not consistent nor updated properly, resulting in a condition where a job is live, and is assigned and running on a VM, but the job in the liveJobs dictionary has assigned==False.

Testing (local and docker-compose)