From 90138179e05e8163f953d003030fe7e6d0eeb0b5 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 5 Jan 2023 21:24:45 +0000 Subject: [PATCH] Add notes for up next --- UpNext.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 UpNext.md diff --git a/UpNext.md b/UpNext.md new file mode 100644 index 0000000..1b541e5 --- /dev/null +++ b/UpNext.md @@ -0,0 +1,5 @@ +# What to do next: + +* Cannot drop a MongoDB Collection if it doesn't exist. Need to wrap a the drop within an if block. - dbAccess.services + +* Need to check age of Corpus data and only update if not present or older than 14 days (1209600000ms) \ No newline at end of file