bullmq - v6.0.3
    Preparing search index...

    Class SchemaVersionMismatchError

    Thrown when the database schema is newer than this BullMQ build supports.

    This happens when the schema was migrated by a newer BullMQ release and an older instance then connects: the older code may not understand the newer structures, so we refuse to operate rather than risk corruption. The fix is to upgrade BullMQ — schema downgrades are not supported.

    Hierarchy

    • Error
      • SchemaVersionMismatchError
    Index
    databaseVersion: number
    supportedVersion: number