Skip to content

Commit 415ec48

Browse files
authored
feat: update recruiter intention exec time (#2281)
1 parent d466af8 commit 415ec48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/jobs/jobs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export async function setupJobProcessor() {
254254
tag: "main",
255255
},
256256
"Emission des intentions des recruteurs": {
257-
cron_string: "30 20 * * *",
257+
cron_string: "0 9 * * *",
258258
handler: processRecruiterIntentions,
259259
tag: "main",
260260
},

0 commit comments

Comments
 (0)