Changes between Version 17 and Version 18 of BackendPrograms


Ignore:
Timestamp:
Oct 1, 2018, 5:19:52 PM (5 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BackendPrograms

    v17 v18  
    2525        Use ''rand(sysdate())'' to order work items from the DB (only available in MySQL 5+)
    2626 --priority_order::
    27         Enumerate work items in order of decreasing result.priority
     27        Enumerate work items in order of decreasing priority.
    2828 --priority_order_create_time::
    29         Enumerate work items in order of decreasing result.priority, then increasing workunit.id
     29        Enumerate work items in order of decreasing priority, then increasing create time.
     30 --priority_asc::
     31        Enumerate work items in order of increasing priority.
    3032 --sleep_interval N::
    3133        Sleep N seconds if nothing to do