Add initial jobs implementation

This commit is contained in:
2024-04-11 22:28:56 -06:00
parent 73c91a7c63
commit aa1277fafd
6 changed files with 280 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@liaoliaots/nestjs-redis": "^9.0.5",
"@nestjs/bull": "^10.0.1",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.0.0",
@@ -38,6 +39,7 @@
"cache-manager-redis-yet": "^4.1.2",
"fp-ts": "^2.16.3",
"hbs": "^4.2.0",
"ioredis": "^5.3.2",
"minio": "^7.1.3",
"open-graph-scraper": "^6.3.0",
"prom-client": "^15.0.0",