IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28779


Ignore:
Timestamp:
Jul 29, 2010, 2:17:58 PM (16 years ago)
Author:
bills
Message:

limit number of requests being parsed to avoid long running ones from hogging all of the hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pstamp.pro

    r27874 r28779  
    188188        add_poll_args run
    189189        add_poll_labels run
     190        # limit number of requests in the queue to avoid blocking everything
     191        # when jobs take an infinite amount of time to parse
     192        $run = $run -limit 10
    190193        command $run
    191194    end
Note: See TracChangeset for help on using the changeset viewer.