Skip to content

Commit

Permalink
Change schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Mar 23, 2024
1 parent bd4f394 commit 1f57f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scheduler/src/jobs/index.ts
Expand Up @@ -32,7 +32,7 @@ export function createJobs() {
),
createJob(
'calculate-conversion-scores',
'0 */30 * * * *', // every 30 minutes - (on the 15th minute of every hour)
'0 5 * * * *', // on the 5th minute of every hour
calculateConversionScore
),
createJob(
Expand Down

0 comments on commit 1f57f6e

Please sign in to comment.