d48bba18a7
FilterScheduler with Placement should replace both of these. Mark them as deprecated now so the timer starts. Change-Id: Ia7ff98ff28b7265058845e46b277317a2bfc96d2
10 lines
457 B
YAML
10 lines
457 B
YAML
---
|
|
deprecations:
|
|
- |
|
|
The CachingScheduler and ChanceScheduler drivers are deprecated in Pike.
|
|
These are not integrated with the placement service, and their primary
|
|
purpose (speed over correctness) should be addressed by the default
|
|
FilterScheduler going forward. If ChanceScheduler behavior is desired
|
|
(i.e. speed trumps correctness) then configuring the FilterScheduler with
|
|
no enabled filters should approximate that behavior.
|