bullmq Questions
1
I'm using bullmq to send webhooks events. Jobs are scheduled and an automatic retry is in place. Let's say I want to re-execute some tasks which already successfully completed and I have the ids of...
1
I've been looking at the docs for BullMQ:
https://github.com/taskforcesh/bullmq
https://docs.bullmq.io/what-is-bullmq
I noticed in its comparison chart that it doesn't contain projects like R...
Cannibalism asked 22/10, 2021 at 16:51
4
Solved
I am trying to test that after sending a request to one of my controllers, the queue pushes a job. The implementation itself works as expected.
This is my app.module.ts
@Module({
imports: [
Http...
1
Solved
Hope you guys are doing great.
I implemented BullMQ (next major version of Bull) into my nodejs project to schedule the jobs to send emails. For example, send email of forget password request. So, ...
Spectra asked 15/10, 2020 at 7:12
1
Little background of the task-
I'm building abandoned cart recovery system for Shopify. After an user makes a checkout, Shopify calls our webhook and the webhook enqueues that request as job with d...
Dominick asked 2/2, 2021 at 8:18
0
I'm trying to integrate Bull Board in to NestJS + Fastify service.
bull-board.middleware.ts
import { Injectable, NestMiddleware } from '@nestjs/common';
import { router as bullBoardMiddleware } fro...
Sudiesudnor asked 23/3, 2021 at 14:24
0
Let me preface the question by saying that I understand that there will probably not be a definitive, yes-or-no answer on this topic and that answers given might be opinion driven. However, I do re...
Buchholz asked 17/1, 2021 at 11:43
1
© 2022 - 2024 — McMap. All rights reserved.