spiderpig/model.py: Misc updates
JobrunnerStatus.pid is now optional (i.e, nullable).
Added get_last_n
method to retrieve the last n jobs in the history.
Replace interrupt
and kill
methods with signal
.
Add Job.choices_parsed
hybrid propery for later use.