IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 24, 2008, 1:14:12 PM (18 years ago)
Author:
bills
Message:

update replication timing parameters. Get nebulous configuration from
a configuration file that the user needs to set up

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/replicate.pro

    r19287 r19747  
    66check.globals
    77
    8 $NEB_DB    = nebulous
    9 $NEB_HOST  = alala
    10 $NEB_USER  = jhipp
    11 $NEB_PASS  = jhipp
     8# load in the local configuration (NEB_USER, etc.)
     9module nebulous.site.pro
    1210
    1311$LOGSUBDIR = $LOGDIR/replicate
     
    7169  periods      -poll 10
    7270  periods      -exec 1
    73   periods      -timeout 500
     71  periods      -timeout 1500
    7472  npending     1
    7573
     
    8179      # command does not need to be dynamic, but having it so allows us to adjust the periods
    8280      # 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
     81      command neb-admin --host $NEB_HOST --db $NEB_DB --user $NEB_USER --pass $NEB_PASS --pendingreplicate --limit 7500
     82      periods      -exec 1800
    8583
    8684  end
Note: See TracChangeset for help on using the changeset viewer.