You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/frequenz/sdk/actor/power_distributing/_component_managers/_pv_inverter_manager/_pv_inverter_manager.py
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -173,9 +173,11 @@ async def _set_api_power(
173
173
timeout=request.request_timeout.total_seconds(),
174
174
return_when=asyncio.ALL_COMPLETED,
175
175
)
176
+
# collect the timed out tasks and cancel them while keeping the
177
+
# exceptions, so that they can be processed later.
0 commit comments