Skip to content
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

Re-Attach to running alignment chunks on retry #372

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

morsecodist
Copy link
Collaborator

@morsecodist morsecodist commented Jun 24, 2024

I went through a few iterations of this but I think the simplest way is to base the approach on a cache. We don't want to make the same batch call twice. The first batch call puts a job on the spot queue, the second the on-demand queue. Also if for whatever reason we change the job definition or inputs that is also part of the cache key.

I also added the convention of adding the tag AlignmentCoordination=True to these files so we can clean them with a lifecycle policy. More for cleanliness than cost. I am not sure what convention you are using. Does this make sense @rzlim08 ?

@morsecodist morsecodist requested a review from rzlim08 June 24, 2024 16:13
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.

None yet

2 participants