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

Fix: make job deletion safer #77

Merged
merged 2 commits into from
Jun 20, 2024

Conversation

yankovs
Copy link
Contributor

@yankovs yankovs commented Jun 10, 2024

Fixes #73

Helps with the case where the binary was both indexed and queried, or the same binary queried multiple times in which case we wouldn't want to remove it unless all jobs are deleted

@danielplohmann
Copy link
Owner

I totally agree, this is one quick and easy improvement, thanks for adding this!

@danielplohmann danielplohmann merged commit 2bbe7f5 into danielplohmann:main Jun 20, 2024
1 check passed
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.

Binary removal on job deletion might cause issues for certain files
2 participants