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.
1 parent 0333b23 commit 7ee770fCopy full SHA for 7ee770f
src/frequenz/dispatch/_actor_dispatcher.py
@@ -224,7 +224,7 @@ def start(self) -> None:
224
self._tasks.add(asyncio.create_task(self._run()))
225
226
async def _start_actor(self, dispatch: Dispatch) -> None:
227
- """Start all actors."""
+ """Start the actor the given dispatch refers to."""
228
dispatch_update = DispatchInfo(
229
components=dispatch.target,
230
dry_run=dispatch.dry_run,
0 commit comments