-
Notifications
You must be signed in to change notification settings - Fork 11
Add management command to clean up unreferenced bucket objects #837
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
base: main
Are you sure you want to change the base?
Add management command to clean up unreferenced bucket objects #837
Conversation
document_merge_service/api/management/commands/clean_dangling_objects.py
Outdated
Show resolved
Hide resolved
a8fd0a2 to
db6b602
Compare
db6b602 to
0fd64af
Compare
86aaa48 to
5e1251c
Compare
5e1251c to
42e72e3
Compare
|
CI failing due to the tests running with Three ways out that I see:
|
d789fa7 to
5eaa109
Compare
Turns out there's also a However, we run into other issues, likely due to compatibility issues with Python (see this job), so that would need to be addressed as well.
I was unable to find any useful information on this until now. But given that this is about a kernel setting (whereas we are running our workloads in containers, where we have no way of touching kernel configs), I doubt this is possible. To be fully thorough we could try to see how we can interact with the
I've done this for now and it seems to work (potentially we may want to split this to a separate PR, though). I'm now running into missing test coverage errors, but that is now truly related to my changes. 😄 |
3b6d934 to
73e7b44
Compare
|
Added the CI This branch here is based on that other one, though, so this one is currently blocked. |
73e7b44 to
65f33b1
Compare
|
#933 merged, this one here is ready for merge as well. |
No description provided.