-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add package bullmq #4257
feat: add package bullmq #4257
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4257 +/- ##
==========================================
+ Coverage 84.55% 85.28% +0.73%
==========================================
Files 491 526 +35
Lines 46778 50543 +3765
Branches 5601 5850 +249
==========================================
+ Hits 39551 43106 +3555
- Misses 7191 7411 +220
+ Partials 36 26 -10 ☔ View full report in Codecov by Sentry. |
import { BULLMQ_PROCESSOR_KEY, BULLMQ_QUEUE_KEY } from './constants'; | ||
import { JobsOptions } from 'bullmq'; | ||
|
||
export function Processor( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
直接用 Worker 的概念好了,Processor在 bullmq里已经没有了。
Checklist
npm test
passesAffected core subsystem(s)
Description of change