You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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).