Created by: nibblesnbits
Using @avermeil's suggestion from #230 (closed), I removed the Lua line incorrectly setting the stacktrace
field when saving a failed job. _saveAttempt()
sets this correctly by pushing to the stacktrace
field. Turns out _moveToSet()
was overwriting this. All existing relevant unit tests pass.