From cfd73122933cbb5af238e997fcba89847d3a8448 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Fri, 13 May 2016 20:50:20 -0400 Subject: [PATCH] More minor fixes --- doc/demand-matcher.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/demand-matcher.md b/doc/demand-matcher.md index 880c75e..942a4eb 100644 --- a/doc/demand-matcher.md +++ b/doc/demand-matcher.md @@ -28,10 +28,12 @@ we can't just figure out what to do based on the presence or absence of demand and supply for a task. We also need to track a few more bits of information. -When demand for a task drops briefly, we *expect* a drop in supply, -*even demand increases again before we detect a supply drop*. For this -reason, in some circumstances, the default task supervision strategy -of DemandMatcher *recreates* supply on supply drop in some +When demand for a task drops briefly, we expect a drop in supply in +future, *even if demand increases again before we detect a supply +drop*. + +For this reason, in some circumstances, the default task supervision +strategy of DemandMatcher *recreates* supply on supply drop in some circumstances. It keeps track of whether a supply increase is expected, and of whether a supply decrease is expected for each task.