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

project manager job caching #3474

Closed
Tracked by #3394
johrstrom opened this issue Mar 28, 2024 · 0 comments · Fixed by #3478
Closed
Tracked by #3394

project manager job caching #3474

johrstrom opened this issue Mar 28, 2024 · 0 comments · Fixed by #3478

Comments

@johrstrom
Copy link
Contributor

johrstrom commented Mar 28, 2024

While working on #3473 I found that we likely need to cache jobs so we don't query the scheduler over and over. The job_history.log has a list of all the jobs that the launcher has created - but we need some sort of way to track job state as well. Specifically completed. We can requery for active jobs (jobs that are not complete) but we shouldn't be querying for jobs that are already complete. without some sort of mechanism to save the jobs' state, we'll overload the scheduler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants