IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35011


Ignore:
Timestamp:
Jan 22, 2013, 5:09:02 AM (13 years ago)
Author:
eugene
Message:

enable parallel ingest for ST as well as P2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/jython/loader.py

    r34987 r35011  
    113113    '''
    114114    def run(self):
    115 
    116 
    117         print "test line"
    118         print "PATH", os.getenv("PATH")
    119115
    120116        if not self.scratchDb.connected: return
     
    179175                        # XXXX EAM : in parallel model, this should happen for all P2 & Stack batches
    180176                        #
    181                         if batchType == 'P2' and smfsPerGB > 30:
     177                        if (batchType == 'P2' or batchType == 'ST') and smfsPerGB > 30:
    182178                            if not self.dvoDetections.sync():
    183179                                self.logger.errorPair("Could not sync DVO with MySQL", "skipping")
     
    280276    '''
    281277    def printUsage(self):
    282         super(Cleanup, self).printUsage("<[init]>")
     278        super(Loader, self).printUsage("<[init]>")
    283279
    284280   
Note: See TracChangeset for help on using the changeset viewer.