Skip to content

Arena isn't compatable with BullMQ version 5.34.6 #681

@Ahmed1monm

Description

@Ahmed1monm

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: []
  });

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions