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

JobTracker requires application IDs #632 #638

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

bossie
Copy link
Collaborator

@bossie bossie commented Jan 12, 2024

Preparing to read tracked jobs from EJR instead of ZK.

#635 will currently fetch a lot of jobs from EJR, including those that were never actually started. This mimics the ZK implementation in a way (it will just get those in the /ongoing branch) but that one employs a user_limit to keep requests down; this uses a different strategy and if this thing works in ZK, we can just port it to EJR.

The rationale is that JobTracker requires an application ID in order to do something useful (= use this application ID to fetch the state of the underlying application and update the job status).

@bossie bossie linked an issue Jan 12, 2024 that may be closed by this pull request
@bossie bossie marked this pull request as ready for review January 15, 2024 08:13
@bossie bossie merged commit 79340e9 into master Jan 15, 2024
1 of 2 checks passed
@bossie bossie deleted the zk_jobtracker_exclude_created branch January 15, 2024 08:14
@bossie bossie mentioned this pull request Jan 16, 2024
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.

phase out ZkJobRegistry
1 participant