We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_run()
ComponentMetricsResamplingActor
1 parent 338a1b2 commit cba33f7Copy full SHA for cba33f7
src/frequenz/sdk/actor/_resampling.py
@@ -99,6 +99,11 @@ async def _run(self) -> None:
99
other error will be propagated (most likely ending in the actor being
100
restarted).
101
102
+ This method creates 2 main tasks:
103
+
104
+ - One task to process incoming subscription requests to resample new metrics.
105
+ - One task to run the resampler.
106
107
Raises:
108
RuntimeError: If there is some unexpected error while resampling or
109
handling requests.
0 commit comments