Changes between Version 228 and Version 229 of ippToPsps
- Timestamp:
- Apr 2, 2012, 2:41:09 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ippToPsps
v228 v229 141 141 Because it is possible, and usual, to run multiple versions of {{{loader.py}}} (in order to speed up loading time), the method to begin processing a new batch is part of a critical section. This simply means that the 'batch' table in the {{{ippToPsps}}} database is locked by a client looking for a new item to process, then released afterwards, ensuring that two separate {{{loader.py}}} instances do not attempt to process the same item. 142 142 143 === Test mode === 144 145 When run in 'test' mode, {{{loader.py}}} will do the following in the case of P2 batches: 146 147 * it will only process the first exposure that is queued 148 * it will only process OTA 33 from this exposure 149 * it will ignore certain missing values, which would otherwise fail the batch 143 150 === Creating and publishing an 'IN' batch === 144 151
