-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
-
Fully Compatible
-
CAR Team 2025-07-07, CAR Team 2025-07-21
-
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.
- related to
-
SERVER-107973 [8.2] Revert SERVER-107176: "Introduce placeholder configureBackgroundTask command"
-
- Closed
-
-
SERVER-108031 [master] Revert SERVER-107176
-
- Closed
-