Skip to content

Commit

Permalink
Merge pull request #51 from dfinity/debug
Browse files Browse the repository at this point in the history
Add a bit of logging to see why the logic is hitting.
  • Loading branch information
DFINITYManu authored Oct 2, 2024
2 parents 40aa9d9 + 5390dc8 commit ac7a50d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/sensors/ic_os_rollout.py
Original file line number Diff line number Diff line change
Expand Up @@ -350,6 +350,9 @@ def send_notification_if_necessary(subnet_id: str) -> None:
key=key,
map_indexes=context["task_instance"].map_index,
)
self.log.info(
"Here is the current alert check timestamp: %r", alert_check_timestamp
)
if not alert_check_timestamp:
# Value is not yet xcommed. Xcom it now.
deadline = now + SUBNET_UPDATE_STALL_TIMEOUT_SECONDS
Expand Down

0 comments on commit ac7a50d

Please sign in to comment.