From 494fe0b1d61369059ca072bf54c1bdd256988706 Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Thu, 30 May 2024 08:50:24 +0100 Subject: [PATCH] hngondoki@lwalacommunityalliance.org's change on OpenFn.org --- bulk/bulkGetCases-Person.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bulk/bulkGetCases-Person.js b/bulk/bulkGetCases-Person.js index 64079de..ee806ff 100644 --- a/bulk/bulkGetCases-Person.js +++ b/bulk/bulkGetCases-Person.js @@ -7,7 +7,7 @@ fn(state => { const limit = 1000; //E.g., change to 10 to process records in smaller batch sizes //NOTE: indexedOnStart is the default sync start data the FIRST time the job runs - const indexedOnStart = '2024-04-26T10:00:00'; + const indexedOnStart = '2024-05-30T07:00:00'; //NOTE: After first job run, OpenFn will check the job sync data ("lastRunAt") to set as the indexedOnStart