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

Use all_task_data in Replica::expire_tasks #436

Open
djmitche opened this issue Jul 28, 2024 · 0 comments
Open

Use all_task_data in Replica::expire_tasks #436

djmitche opened this issue Jul 28, 2024 · 0 comments
Labels
good first issue Good for newcomers

Comments

@djmitche
Copy link
Collaborator

(This will make sense when #372 is finished)

Replica::expire_tasks currently uses Task instead of TaskData, meaning that it is doing extra work to load task dependencies. Refactor it to use just TaskData objects, parsing the "modified" property and comparing it to the expiration time.

@djmitche djmitche added the good first issue Good for newcomers label Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Ready
Development

No branches or pull requests

1 participant