1
This commit is contained in:
@@ -112,7 +112,7 @@ class ScheduledJobs {
|
||||
this.jobs.push(autoActiveJob);
|
||||
console.log('[定时任务] ✓ 已启动自动活跃任务 (每2小时)');
|
||||
|
||||
// 5. 每日拉取 get_job_listings 并用 AI 更新 job_types(description / excludeKeywords / commonSkills)
|
||||
// 5. 每日拉取 get_job_listings 并用 AI 更新 job_types(description / excludeKeywords / commonSkills / titleIncludeKeywords)
|
||||
const jobTypeListingsAiJob = node_schedule.scheduleJob(config.schedules.jobTypeListingsAi || '0 0 4 * * *', () => {
|
||||
this.runDailyJobTypeListingsAiSync().catch((err) => {
|
||||
console.error('[定时任务] 每日 job_types AI 同步失败:', err);
|
||||
|
||||
Reference in New Issue
Block a user