Introduce placeholder configureBackgroundTask command

XMLWordPrintableJSON

    • Type: Task
    • Resolution: Fixed
    • Priority: Major - P3
    • 8.2.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • CAR Team 2025-07-07, CAR Team 2025-07-21
    • None
    • 3
    • TBD
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The configureBackgroundTask command accepts a document specifying the task to control, the desired mode, and an optional throttling delay.

      db.adminCommand({
          configureBackgroundTask: 1,
          task: "<ttlMonitor|rangeDeleter|migrations>",
          mode: "<enabled|disabled|throttled>",
          throttleDelayMs: <int> // Optional, required if mode is "throttled"
      })
      

      The aim of this ticket is to only introduce the command without any logic.

              Assignee:
              Pol Pinol
              Reporter:
              Pol Pinol
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: