Skip to content

pyclowder release 2.3.2

Compare
Choose a tag to compare
@robkooper robkooper released this 30 Sep 13:44
· 262 commits to master since this release
325d1d6

Fixed

  • When rabbitmq restarts the extractor would not stop and restart, resulting
    in the extractor no longer receiving any messages. #17

Added

  • Can specify url to use for extractor downloads, this is helpful for instances
    that have access to the internal URL for clowder, for example in docker/kubernetes.

Removed

  • Removed ability to run multiple connectors in the same python process. If
    parallelism is needed, use multiple processes (or containers).