Changeset 40150
- Timestamp:
- Sep 29, 2017, 11:07:14 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/pstamp.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/pstamp.pro
r38586 r40150 20 20 $pstampQCleanup_DB = 0 21 21 22 # limit number of requests in the queue to avoid blocking everything 23 # when jobs take an infinite amount of time to parse 24 $PSTAMP_PARSE_LIMIT = 20 25 macro set.parse.limit 26 $PSTAMP_PARSE_LIMIT = $1 27 end 28 macro get.parse.limit 29 echo parse limit : $PSTAMP_PARSE_LIMIT 30 end 31 22 32 # give up on dependents with fault_count >= $PSTAMP_MAX_FAULT_COUNT 23 33 $PSTAMP_MAX_FAULT_COUNT = 3 … … 408 418 # limit number of requests in the queue to avoid blocking everything 409 419 # when jobs take an infinite amount of time to parse 410 $run = $run -limit 10 420 #$run = $run -limit 10 421 # except parsing is not label/prio based, high prio can get stuck behind low prio, so bump up to 20 422 # -- should be a config option 423 $run = $run -limit $PSTAMP_PARSE_LIMIT 411 424 command $run 412 425 end
Note:
See TracChangeset
for help on using the changeset viewer.
