[go: nahoru, domu]

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

Check Interrupts Only for Running Jobs #1365

Closed
1 task
4e6 opened this issue Dec 18, 2020 · 1 comment
Closed
1 task

Check Interrupts Only for Running Jobs #1365

4e6 opened this issue Dec 18, 2020 · 1 comment
Assignees
Labels
p-highest Should be completed ASAP

Comments

@4e6
Copy link
Contributor
4e6 commented Dec 18, 2020

Summary

Due to #1362, checking interrupts leads to performance degradation. This optimization should improve performance by checking interrupts for running jobs only.

Value

Check interrupts only when it's necessary.

Specification

  • When aborting the jobs, check interrupts only when the job is running.

Acceptance Criteria & Test Cases

  • Check interrupts is called only for the job in progress.
@4e6 4e6 added Type: Enhancement p-highest Should be completed ASAP labels Dec 18, 2020
@4e6 4e6 self-assigned this Dec 18, 2020
@4e6 4e6 added this to the Sprint 2020-12-07 milestone Dec 18, 2020
@4e6
Copy link
Contributor Author
4e6 commented Dec 18, 2020

Deprecated by #1367

@4e6 4e6 closed this as completed Dec 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p-highest Should be completed ASAP
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant