-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(backend): Prune bulk email verification database (#1377)
* Add cleanup script: Delete completed jobs * Add Env var. Switch to SQL only * Add Transactions. println -> info! * Fix workspace member and reformat * Add debug mode * Minor fixes * rename to dry_mode * Delete script/Cargo.lock * Add script/README * Fix * update Cargo.lock * update script/Cargo.toml * update dependency * update dependency * move script -> backend * update backend/README --------- Co-authored-by: Ishan Bhanuka <[email protected]>
- Loading branch information
Showing
4 changed files
with
155 additions
and
69 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
[workspace] | ||
resolver = "2" | ||
members = [ | ||
"backend", | ||
"cli", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.