-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DM-39022: Add group name presence server. #54
Conversation
c4fe31c
to
0e8ac06
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
logger.info("Ingesting %s", resources) | ||
refs = None | ||
try: | ||
refs = ingester.run(resources) | ||
except Exception: | ||
logger.exception("Error while ingesting %s", resources) | ||
continue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this needed with this commit?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is actually a separate fix that prevents visit definition (and Rucio registration) from trying to run if an exception occurred in ingest. I'll split it out into a separate commit.
This change records the group names/ids of images as they're being ingested and adds a Web service that reports the presence or absence of a particular group name (with instrument, snap, and detector).