IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 233 and Version 234 of ippToPsps


Ignore:
Timestamp:
Apr 2, 2012, 3:14:43 PM (14 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPsps

    v233 v234  
    170170
    171171This will produce an IN batch, publish it, then stop (the IN-batch MySQL tables will also be updated in the local scratch database).
    172 == pollodm.py ==
    173 
    174 {{{pollodm.py}}}'s job is to poll the PSPS ODM webservice to establish the status of each batch as it passes through the PSPS system. Gathering this information allows {{{cleanup.py}}} to know when it can delete existing copies of batches.
    175 
     172== pollOdm.py ==
     173
     174{{{pollOdm.py}}}'s job is to poll the PSPS ODM webservice to establish the status of each batch as it passes through the PSPS system. Gathering this information allows {{{cleanup.py}}} to know when it can delete existing copies of batches.
     175
     176{{{pollOdm.py}}} takes a few extra args, as shown here:
     177
     178{{{
     179Usage: pollOdm.py <configPath> <P2|ST|OB|all> <unloaded|unmergeworthy|unmerged|all> [hours]
     180}}}
     181
     182Where the first argument sets batch type and the second which PSPS stage to check. So, example usage might be:
     183
     184{{{
     185./run.sh pollOdm.py someConfig all all 1
     186}}}
    176187== cleanup.py ==
    177188