IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2008, 11:15:31 AM (18 years ago)
Author:
bills
Message:

Adjust parameters. Make replicate.load dynamic so we can adjust the exec time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/replicate.pro

    r18409 r18462  
    6969
    7070  # modify these after the tasks are tested
    71   periods      -poll 5
    72   periods      -exec 120
    73   periods      -timeout 60
     71  periods      -poll 10
     72  periods      -exec 1
     73  periods      -timeout 300
    7474  npending     1
    7575
     
    7878  stderr $LOGSUBDIR/replicate.log
    7979
    80   # command does not need to be dynamic
    81   command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 100
     80  task.exec
     81      # command does not need to be dynamic, but having it so allows us to adjust the periods
     82      # so that we dont have to wait 10 minutes for things to start up
     83      command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 2000
     84      periods      -exec 600
     85
     86  end
    8287
    8388  # success
Note: See TracChangeset for help on using the changeset viewer.