-
Notifications
You must be signed in to change notification settings - Fork 7
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
2002 async deletion #2004
2002 async deletion #2004
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2004 +/- ##
==========================================
- Coverage 75.42% 66.74% -8.68%
==========================================
Files 24 129 +105
Lines 940 4421 +3481
Branches 150 1181 +1031
==========================================
+ Hits 709 2951 +2242
- Misses 231 1470 +1239
Continue to review full report at Codecov.
|
Deletion will be done asynchronously by a periodic script, so this is not required now. Part of #2002
9b48185
to
cce3dc7
Compare
cce3dc7
to
a4bc559
Compare
29ba3dd
to
a7757b9
Compare
32a55c0
to
ddb049e
Compare
@@ -0,0 +1 @@ | |||
pymongo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't we want to use poetry
everywhere now?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(besides which, it'd be good to pin the version)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer requirements.txt for simple one liner scripts with few dependencies, can change to poetry if we want to maintain consistency. Advantage of requirements.txt is the setup code is one-liner unlike poetry which uses a curl | python
style of installation.
It doesn't look like there's any default value for Is that correct? |
Excluded sources are in a restricted collection as of commit 1c1e2b9
ddb049e
to
5a7e13d
Compare
Currently there is no default value. Only
Yes, tracking this in #2002 |
This doesn't have the workflow/Batch action to actually periodically run, will add it once this is merged and list is set to True on prod/dev.