Job progress and status not always updated

Bug #1154137 reported by John Howell
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
calibre
Fix Released
Undecided
Unassigned

Bug Description

Status and progress are updated inconsistently when multiple ParallelJob jobs are running simultaneously.

In calibre/utils/ipc/server.py the wrong value is being used in the run() method of the Server class. To fix change line 304 from:
                        self.changed_jobs_queue.put(job)
to:
                        self.changed_jobs_queue.put(worker.job)

Related branches

Revision history for this message
Kovid Goyal (kovid) wrote : Fixed in lp:calibre

Fixed in branch lp:calibre. The fix will be in the next release. calibre is usually released every Friday.

 status fixreleased

Changed in calibre:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.