IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28887 for trunk/ippTasks


Ignore:
Timestamp:
Aug 10, 2010, 4:22:42 PM (16 years ago)
Author:
watersc1
Message:

experimental sweetspot stack code. Test for july lunation seemed to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/nightly_stacks.pro

    r28538 r28887  
    77    ns.detrends.off
    88    ns.dqstats.on
     9    ns.sweetspot.on
    910    ns.registration.on
    1011    ns.burntool.on
    … …  
    1718    ns.detrends.off
    1819    ns.dqstats.off
     20    ns.sweetspot.off
    1921    ns.registration.off
    2022    ns.burntool.off
    … …  
    4951end
    5052
     53macro ns.sweetspot.on
     54  task ns.sweetspot.load
     55    active true
     56  end
     57end
     58
    5159macro ns.registration.on
    5260  task ns.registration.load
    … …  
    96104macro ns.dqstats.off
    97105  task ns.dqstats.load
     106    active false
     107  end
     108end
     109
     110macro ns.sweetspot.off
     111  task ns.sweetspot.load
    98112    active false
    99113  end
    … …  
    263277
    264278    command automate_stacks.pl --queue_dqstats --date $today
     279  end
     280
     281  task.exit       0
     282    # nothing to do here
     283  end
     284  # locked list
     285  task.exit       default
     286    showcommand failure
     287  end
     288  task.exit       crash
     289    showcommand crash
     290  end
     291  # operation times out
     292  task.exit       timeout
     293    showcommand timeout
     294  end
     295end
     296
     297#
     298# Queue sweetspot runs
     299#
     300task              ns.sweetspot.load
     301  host            local
     302  periods         -poll 3600
     303  periods         -exec $LOADEXEC
     304  periods         -timeout 30
     305  trange          02:00:00 02:59:59 -nmax 1
     306  npending        1
     307
     308  task.exec
     309    stdout $LOGDIR/ns.sweetspot.log
     310    stderr $LOGDIR/ns.sweetspot.log
     311    $today = `date +%Y-%m-%d`
     312
     313    command automate_stacks.pl --queue_sweetspot --date $today
    265314  end
    266315
Note: See TracChangeset for help on using the changeset viewer.