Skip to content

executor: make sure job_bucket exists at all time

Martin Roukala requested to merge make_sure_job_bucket_isnt_none into master

I once managed to crash the executor thread with job_bucket not being an attribute of the object... Let's be defensive here!

Merge request reports