IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 20, 2012, 5:42:08 PM (14 years ago)
Author:
bills
Message:

In detectability requests use child jobs to manage the updates. The parent job runs
when all of the children are finished and does the actual work. This is a work in progress.
(It turns out detectability query requests have been unable to run for months due to
a bug in pstamp_parser_run.

File:
1 edited

Legend:

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

    r33014 r33126  
    294294    carp($msg);
    295295
     296    if (!$req_id) {
     297        exit $PS_EXIT_CONFIG_ERROR;
     298    }
     299
    296300    my $command = "$pstamptool -updatereq -req_id $req_id  -set_fault $fault";
    297301    $command   .= " -dbname $dbname" if $dbname;
Note: See TracChangeset for help on using the changeset viewer.