Skip to content

Commit

Permalink
add timestamp constraint to CHECKING notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
julien6387 committed Jan 12, 2025
1 parent 0fe7b1a commit 3befeaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions supvisors/internal_com/supervisorproxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ def _is_authorized(self) -> Optional[bool]:
def _transfer_network_info(self, timestamp: float) -> None:
""" Get the network information about the remote Supvisors instance.
:param timestamp: the handshake timestamp.
:return: None.
"""
network_info = self.xml_rpc('supvisors.get_local_supvisors_info',
Expand Down

0 comments on commit 3befeaa

Please sign in to comment.