Skip to content

Commit

Permalink
fix: upgrade bullmq to fix RANGE_ERROR issue
Browse files Browse the repository at this point in the history
  • Loading branch information
irony committed Nov 20, 2024
1 parent 6cda05f commit 9aea982
Show file tree
Hide file tree
Showing 4 changed files with 126 additions and 9 deletions.
2 changes: 1 addition & 1 deletion k8s/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ spec:
secretKeyRef:
name: redis
key: redis-password
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
2 changes: 1 addition & 1 deletion k8s/worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ spec:
key: postgres-password
- name: NLM_INGESTOR_URL
value: http://nlm:5001
imagePullPolicy: IfNotPresent
imagePullPolicy: Always
129 changes: 123 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@bull-board/express": "^6.3.2",
"@prisma/client": "^5.21.1",
"@types/node": "^20.12.12",
"bullmq": "^5.21.2",
"bullmq": "^5.28.0",
"chromadb": "^1.9.2",
"compromise": "^14.13.0",
"cors": "^2.8.5",
Expand Down

0 comments on commit 9aea982

Please sign in to comment.