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

Refactor job resuming #77

Closed
sduenas opened this issue Sep 25, 2019 · 0 comments
Closed

Refactor job resuming #77

sduenas opened this issue Sep 25, 2019 · 0 comments
Labels

Comments

@sduenas
Copy link
Member

sduenas commented Sep 25, 2019

Job resuming is integrated inside execute_perceval_job. This is an antipattern. The logic to resume task/jobs should be in the scheduler. We decided to include this feature inside that function because it stores all the information needed to resume a task but since Perceval returns a summary with the last execution, this should not be a problem anymore.

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

No branches or pull requests

1 participant