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 0bb5873 commit b0990e5Copy full SHA for b0990e5
src/frequenz/dispatch/_bg_service.py
@@ -359,7 +359,7 @@ async def _fetch(self, timer: Timer) -> None:
359
dispatch, None, timer
360
)
361
await self._lifecycle_events_tx.send(Created(dispatch=dispatch))
362
- elif dispatch.update_time != old_dispatch.update_time:
+ elif dispatch.update_time > old_dispatch.update_time:
363
_logger.debug("Updated dispatch: %s", dispatch)
364
await self._update_dispatch_schedule_and_notify(
365
dispatch, old_dispatch, timer
0 commit comments