Add pg-boss worker poc (#2991)

* Add pg-boss worker poc

* add Example job

* add retry limit

* rename MessageQueue
This commit is contained in:
Weiko
2023-12-14 18:57:25 +01:00
committed by GitHub
parent 468744298b
commit 36164ab59b
18 changed files with 196 additions and 41 deletions

View File

@ -28,7 +28,8 @@
"database:seed:dev": "yarn build && yarn command workspace:seed:dev",
"database:seed:demo": "yarn build && yarn command workspace:seed:demo",
"database:reset": "yarn database:truncate && yarn database:init",
"command": "node dist/src/command"
"command": "node dist/src/command",
"queue:work": "node dist/src/queue-worker"
},
"dependencies": {
"@apollo/server": "^4.7.3",