-
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
-
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.
- is related to
-
SERVER-108031 [master] Revert SERVER-107176
-
- Closed
-
- related to
-
SERVER-107973 Revert SERVER-107246: "Introduce placeholder configureBackgroundTask command"
-
- Closed
-