IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 15, 2010, 11:45:33 AM (16 years ago)
Author:
bills
Message:

use -ready option to ptamptool -datastore to have it return only datastores that
are ready to be polled according to their configured pollInterval

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/scripts/pstamp_queue_requests.pl

    r27186 r27283  
    7171
    7272my @dataStores;
    73 #Look up the list of data stores to monitor
     73#Look up the list of data stores that are ready to be queried
    7474{
    75     my $command = "$pstamptool -datastore";
     75    my $command = "$pstamptool -datastore -ready";
    7676    $command .= " -dbname $dbname" if $dbname;
    7777    $command .= " -dbserver $dbserver" if $dbserver;
Note: See TracChangeset for help on using the changeset viewer.