Changes between Version 1 and Version 2 of MultiUserPriority
- Timestamp:
- Jan 11, 2013, 3:06:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MultiUserPriority
v1 v2 40 40 (this is not used for scheduling, but is used in displaying batches on the web). 41 41 42 == Prioritize existing jobs == 43 44 If you have a lot of jobs already queued, 45 you can prioritize them (and initialize user priorities) by running 46 47 {{{ 48 html/ops/submit_init_priority.php 49 }}} 50 51 This script can also be used to reset all priorities to zero. 52 42 53 == Use the right feeder options == 43 54 44 55 Run the feeder with the '''--priority_asc''' option. 45 56 46 Note: currently this can't be used in combination with the --all_apps option, 47 or with homogeneous redundancy. 57 Notes: 58 * Currently this can't be used in combination with the --all_apps option, 59 or with homogeneous redundancy. 60 * If there are any problems, remove the '''--priority_asc''' option 61 and you'll be using FIFO again.