From e8815add6c2a73ec05fb3baef387e60a8db20d4a Mon Sep 17 00:00:00 2001 From: Taylor Downs Date: Thu, 30 May 2024 08:57:02 +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 ee806ff..935cc6d 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-05-30T07:00:00'; + const indexedOnStart = '2024-05-30T03:00:00'; //NOTE: After first job run, OpenFn will check the job sync data ("lastRunAt") to set as the indexedOnStart