Changeset 40483 for branches/czw_branch/20170908/ippTasks/pstamp.pro
- Timestamp:
- Jun 27, 2018, 3:31:55 PM (8 years ago)
- Location:
- branches/czw_branch/20170908
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ippTasks/pstamp.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/ippTasks/pstamp.pro
r38586 r40483 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.
