Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cgarnier/nestjs-bull-example
/ functions
Functions
14 in github.com/cgarnier/nestjs-bull-example
⨍
Functions
14
◇
Types & classes
12
↓ 1 callers
Function
bootstrap
()
src/main.ts:4
↓ 1 callers
Function
bootstrap
()
src/worker.ts:4
↓ 1 callers
Method
thrice
(value: number)
src/app/number.service.ts:5
↓ 1 callers
Method
twice
(value: number)
src/app/number.service.ts:8
Method
addJob
( @Body('value') value: number )
src/app/app.controller.ts:14
Method
constructor
(private readonly service: NumberService)
src/worker/my.queue.ts:10
Method
constructor
( private readonly appService: AppService, @InjectQueue() readonly queue: Queue, )
src/app/app.controller.ts:8
Method
getHello
()
src/app/app.service.ts:5
Method
getHello
()
src/app/app.controller.ts:30
Method
getJob
( @Param('id') id: string )
src/app/app.controller.ts:25
Method
onActive
(job: Job)
src/worker/my.queue.ts:23
Method
onCompleted
(job: Job)
src/worker/my.queue.ts:30
Method
processThrice
(job: Job<number>, callback: DoneCallback)
src/worker/my.queue.ts:18
Method
processTwice
(job: Job<number>)
src/worker/my.queue.ts:13