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

As a user, I want a more reliable Orchestrator job model cache. #254

Open
lm-sec opened this issue Mar 12, 2024 · 0 comments
Open

As a user, I want a more reliable Orchestrator job model cache. #254

lm-sec opened this issue Mar 12, 2024 · 0 comments

Comments

@lm-sec
Copy link
Collaborator

lm-sec commented Mar 12, 2024

AC:

  • Deleting a job from the Orchestrator cache is not currently possible
    • Watch out for the race condition of a job model being deleted while a job of that model is queued
  • Ensuring that a job in the cache is no older than the job being ran with an updatedAt timestamp
    • Mimic versioning of jobs with an at least as recent as X mechanic
    • Enforce the promise of running the job in at least the version at the moment of the job launch
  • Retry/Close jobs by setting them as failed if they can't find their job model in the cache
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

No branches or pull requests

1 participant