cron job to run every day 00h ingestion

This commit is contained in:
el 2025-05-24 02:25:42 +02:00
parent 72f3fd82c8
commit 1f5098a871
4 changed files with 92 additions and 3 deletions

View file

@ -24,5 +24,9 @@
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@types/node-cron": "^3.0.11",
"node-cron": "^4.0.7"
}
}
}