Skip to content

Flows: Prefix always uses "bull" #762

Closed
@lukepolo

Description

Looks like the flows prefix is not working correctly.

    const bullQueueOptions: BullQueueOptions = {
      prefix: this.config.prefix, // set to something besides `bull`
      connection: this.redisManager.getConnection(this.config.redisConnection),
    };
    
    this.flowProducer = new FlowProducer(bullQueueOptions || {}).on("error", (error) => {
      if (!error.message.includes("ECONNRESET")) {
        logger.error("flow producer error", error.message);
      }
    });

Redis Entries :
image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions