Skip to content

Commit

Permalink
[email protected]'s change on OpenFn.org
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordowns2000 committed May 30, 2024
1 parent 89af10c commit 494fe0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulk/bulkGetCases-Person.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 494fe0b

Please sign in to comment.