This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added
delete_orphan_task_logs
CLI command
It fetches the ID and the Task ID for *every* task log entry, and performs a 'does this task exist' check in Python. The logic is in Python because I couldn't find a MongoDB query that allows "foreign key" lookups and delete documents where this cannot find the referenced document.
- Loading branch information
1 parent
99fcd26
commit ac9d065
Showing
2 changed files
with
146 additions
and
0 deletions.
There are no files selected for viewing
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
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