bullmq - v6.0.3
    Preparing search index...

    Variable MIGRATION_ADVISORY_LOCK_KEYConst

    MIGRATION_ADVISORY_LOCK_KEY: 1112886348 = 0x42554c4c

    Stable key for the transaction-scoped advisory lock that serializes migrations across processes. The integer spells BULL (0x42554c4c) and is documented here so other runtimes (the Elixir/Python ports) use the exact same lock. The lock is namespaced per schema (via hashtext(schema)) so migrating one namespace never blocks another.