Skip to content

Commit 0cc7e94

Browse files
committed
Move note about update bursts to Skipping superfluous updates
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 61d4b11 commit 0cc7e94

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/frequenz/sdk/config/_manager.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,6 @@ def new_receiver( # noqa: DOC502
166166
This method has a lot of features and functionalities to make it easier to
167167
receive configurations.
168168
169-
Note:
170-
If there is a burst of configuration updates, the receiver will only
171-
receive the last configuration, older configurations will be ignored.
172-
173169
### Schema validation
174170
175171
The raw configuration received as a `Mapping` will be validated and loaded to
@@ -191,6 +187,9 @@ def new_receiver( # noqa: DOC502
191187
192188
### Skipping superfluous updates
193189
190+
If there is a burst of configuration updates, the receiver will only receive the
191+
last configuration, older configurations will be ignored.
192+
194193
If `skip_unchanged` is set to `True`, then a configuration that didn't change
195194
compared to the last one received will be ignored and not sent to the receiver.
196195
The comparison is done using the *raw* `dict` to determine if the configuration

0 commit comments

Comments
 (0)