You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sdap.apache.org by ea...@apache.org on 2020/08/21 23:07:31 UTC

[incubator-sdap-ingester] branch configure-processors updated (4b0b8d0 -> 98b9442)

This is an automated email from the ASF dual-hosted git repository.

eamonford pushed a change to branch configure-processors
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git.


    from 4b0b8d0  cleanup
     add 98b9442  error handling

No new revisions were added by this update.

Summary of changes:
 .../services/MessagePublisher.py                   |  2 +-
 .../tests/services/test_CollectionProcessor.py     |  1 -
 .../consumer/{Consumer.py => MessageConsumer.py}   |  4 ++--
 .../granule_ingester/consumer/__init__.py          |  2 +-
 .../granule_ingester/exceptions/Exceptions.py      |  7 ++++++-
 .../granule_ingester/exceptions/__init__.py        | 19 ++++++++-----------
 .../granule_loaders/GranuleLoader.py               |  9 ++++++++-
 granule_ingester/granule_ingester/main.py          | 22 +++++++++++-----------
 .../reading_processors/TileReadingProcessor.py     |  4 ++--
 9 files changed, 39 insertions(+), 31 deletions(-)
 rename granule_ingester/granule_ingester/consumer/{Consumer.py => MessageConsumer.py} (98%)