refactor(core): Centralize CronJob management (#10033)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2024-07-16 20:42:48 +02:00
committed by GitHub
parent 36b314d031
commit 09f2cf9eaf
18 changed files with 730 additions and 429 deletions

View File

@@ -28,7 +28,6 @@
"devDependencies": {
"@types/aws4": "^1.5.1",
"@types/concat-stream": "^2.0.0",
"@types/cron": "~1.7.1",
"@types/express": "^4.17.21",
"@types/lodash": "^4.14.195",
"@types/mime-types": "^2.1.0",
@@ -40,7 +39,7 @@
"aws4": "1.11.0",
"axios": "1.6.7",
"concat-stream": "2.0.0",
"cron": "1.7.2",
"cron": "3.1.7",
"fast-glob": "3.2.12",
"file-type": "16.5.4",
"form-data": "4.0.0",