Skip to content
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

Arena isn't compatable with BullMQ version 5.34.6 #681

Open
Ahmed1monm opened this issue Jan 5, 2025 · 0 comments
Open

Arena isn't compatable with BullMQ version 5.34.6 #681

Ahmed1monm opened this issue Jan 5, 2025 · 0 comments

Comments

@Ahmed1monm
Copy link

Ahmed1monm commented Jan 5, 2025

When passing Queue from bullmq to Arena as mentioned in examples and docs I get a type error as connection is required in BullMQ so it's not compatible

import Arena from 'bull-arena';
import { Queue, FlowProducer } from "bullmq";

const arenaConfig = Arena({
  BullMQ: Queue, // TS: error
  FlowBullMQ: FlowProducer,
  queues: []
  });
@Ahmed1monm Ahmed1monm changed the title Arena inn't compatable with BullMQ version 5.34.6 Arena isn't compatable with BullMQ version 5.34.6 Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant