Skip to content

Commit

Permalink
fix scheduler cron string
Browse files Browse the repository at this point in the history
  • Loading branch information
sipec committed Jun 26, 2024
1 parent 3767f04 commit 923a212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/scheduler/src/jobs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export function createJobs() {
),
createJob(
'update-contract-view-embeddings',
'0 0 0 1 * * ', // 1st day of the month
'0 0 0 1 * *', // 1st day of the month
updateContractViewEmbeddings
),
]
Expand Down

0 comments on commit 923a212

Please sign in to comment.