IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36777


Ignore:
Timestamp:
May 27, 2014, 9:45:56 AM (12 years ago)
Author:
bills
Message:

temporary tweaks to pstamp.finish tasks reducing number of permitted jobs to
avoid overloading the nfs server containing the postage stamp working directories.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippTasks/pstamp.pro

    r36648 r36777  
    469469        add_poll_args run
    470470        add_poll_labels run
     471        # limit query for finished requests to small number
     472        # because we only run 4 at a time. Using the default queue
     473        # depth fouls up the priority orer
     474        # XXX: use a varaible
     475        $run = $run -limit 8
    471476        command $run
    472477    end
     
    499504    periods     -timeout 2400
    500505    host        anyhost
     506    npending    4
    501507
    502508    task.exec
     
    951957    # overloading nfs
    952958
    953     npending    5
     959    npending    2
    954960
    955961    task.exec
Note: See TracChangeset for help on using the changeset viewer.