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.
Dispatch
1 parent d7a3ded commit 42e9284Copy full SHA for 42e9284
src/frequenz/dispatch/_bg_service.py
@@ -280,7 +280,7 @@ async def _fetch(self) -> None:
280
for client_dispatch in page:
281
dispatch = Dispatch(client_dispatch)
282
283
- self._dispatches[dispatch.id] = Dispatch(client_dispatch)
+ self._dispatches[dispatch.id] = dispatch
284
old_dispatch = old_dispatches.pop(dispatch.id, None)
285
if not old_dispatch:
286
_logger.debug("New dispatch: %s", dispatch)
0 commit comments