Skip to content

spiderpig: Add "status" field to Job

spiderpig/model.py:
Add status field and set_status() method to Job.

spiderpig/jobrunner.py:run_job():
Handle a "status" message, which calls the new job.set_status().

Set the final status on the job when it terminates.

Merge request reports