Replies: 1 comment
-
We don't have decorators in the base package, they are only available in nestjs ones |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Do we have support for a
@Process(YY)
decorator for a function inside a class annotated with@Processor(XX)
to automatically pick that function, to execute the jobYY
in the queueXX
line@nestjs/bull
does?Beta Was this translation helpful? Give feedback.
All reactions