Changes between Version 17 and Version 18 of BackendPrograms
- Timestamp:
- Oct 1, 2018, 5:19:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BackendPrograms
v17 v18 25 25 Use ''rand(sysdate())'' to order work items from the DB (only available in MySQL 5+) 26 26 --priority_order:: 27 Enumerate work items in order of decreasing result.priority27 Enumerate work items in order of decreasing priority. 28 28 --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. 30 32 --sleep_interval N:: 31 33 Sleep N seconds if nothing to do