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 of hunt management #4037

Merged
merged 3 commits into from
Jan 28, 2025
Merged

Refactor of hunt management #4037

merged 3 commits into from
Jan 28, 2025

Conversation

scudette
Copy link
Contributor

Deleting hunts was done serially which made them very slow on slow filesystems. This PR adds a thread pool for deletions.

Also many hunt files were not properly deleted:

  • delete the hunt indexs
  • delete exports in a hunt
  • delete hunt notebooks

Also added API.max_grpc_recv_size to allow increasing the grpc limit from 4mb if needed (not recommended though).

Deleting hunts was done serially which made them very slow on slow
filesystems. This PR adds a thread pool for deletions.

Also many hunt files were not properly deleted:
* delete the hunt indexs
* delete exports in a hunt
* delete hunt notebooks

Also added API.max_grpc_recv_size to allow increasing the grpc limit
from 4mb if needed (not recommended though).
@scudette scudette merged commit 83478c7 into master Jan 28, 2025
3 checks passed
@scudette scudette deleted the hunt_delete branch January 28, 2025 12:02
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.

1 participant