Revision adfa97e3 lib/jqueue.py

b/lib/jqueue.py
431 431
    """
432 432
    logging.info("Worker %s processing job %s",
433 433
                  self.worker_id, job.id)
434
    proc = mcpu.Processor(self.pool.queue.context)
434
    proc = mcpu.Processor(self.pool.queue.context, job.id)
435 435
    queue = job.queue
436 436
    try:
437 437
      try:

Also available in: Unified diff