Assembla home | Assembla project page
 

Ticket #285 (closed defect: fixed)

Opened 8 months ago

Last modified 8 months ago

Jobs sometimes don't enter the queue when they have "Default" priority

Reported by: shypike Assigned to: shypike
Priority: high Milestone: 0.5.0
Component: Queue Version: svn
Severity: normal Keywords:
Cc:

Description

Queued jobs can have "Default" priority for some time (like when a newzbin job is waiting to be fetched). Due to an error in the function nzbqueue.sort_queue_function(), these jobs are removed from the queue, because they don't have a real priority value.

The function should make sure ALL jobs are copied to the new list.

Change History

05/31/09 11:12:04 changed by shypike

  • status changed from new to closed.
  • resolution set to fixed.

(In [2552]) Solve problem with Default priority in queue sorting. Closes #285 for trunk.