Skip to content

DM-51490: Add guider ingest.#78

Merged
ktlim merged 17 commits intomainfrom
tickets/DM-51490
Feb 26, 2026
Merged

DM-51490: Add guider ingest.#78
ktlim merged 17 commits intomainfrom
tickets/DM-51490

Conversation

@ktlim
Copy link
Copy Markdown
Collaborator

@ktlim ktlim commented Oct 27, 2025

This is a simplistic version that sorts guiders to the end, ingests them using the method in obs_lsst, and places them back on the queue if they failed (so they can be retried hopefully after a non-guider image has appeared).

@ktlim ktlim force-pushed the tickets/DM-51490 branch 2 times, most recently from 6adf19a to 3cd9e3e Compare February 26, 2026 20:33
If any ingestion in a batch fails, none of the batch is ingested, so we need
to retry one-by-one, even for guiders.  (We might have a mix of old guiders
and new ones.)

The on_ingest_failure() callback is not useful for the batch, though, since
some of the files in the batch may actually be able to be ingested, so we only
use it during the one-by-one retries.

If there are any guiders that fail during the one-by-one retry, we delay the
next retry for 0.5 seconds to see if we can get a science image to define the
exposure record.
@ktlim ktlim merged commit 4b65e42 into main Feb 26, 2026
4 checks passed
@ktlim ktlim deleted the tickets/DM-51490 branch February 26, 2026 22:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants