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

Deduplicate scheduled tasks based on command line #95

Merged

Conversation

Discookie
Copy link
Collaborator

@Discookie Discookie commented Feb 21, 2022

Fixes #73.

Currently uses the full serialized commandline for the source of deduplication, and kills for the currently running task when it's the same.

src/backend/executor/process.ts Outdated Show resolved Hide resolved
@Discookie Discookie force-pushed the ericsson/fix-duplicate-tasks branch from 4660a6f to ca49767 Compare March 4, 2022 11:01
@Discookie Discookie requested a review from csordasmarton March 4, 2022 11:03
Copy link
Contributor

@csordasmarton csordasmarton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@csordasmarton csordasmarton added this to the 1.3.0 milestone Mar 7, 2022
@csordasmarton csordasmarton merged commit 816c665 into Ericsson:main Mar 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Do not add analysis of the same file multiple times in the analysis queue
2 participants