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.
2 parents 7122c95 + 8475fc8 commit c08894dCopy full SHA for c08894d
simvue/run.py
@@ -122,7 +122,7 @@ def __init__(
122
self._active: bool = False
123
self._aborted: bool = False
124
self._url, self._token = get_auth()
125
- self._resources_metrics_interval: typing.Optional[int] = None
+ self._resources_metrics_interval: typing.Optional[int] = HEARTBEAT_INTERVAL
126
self._headers: dict[str, str] = {"Authorization": f"Bearer {self._token}"}
127
self._simvue: typing.Optional[SimvueBaseClass] = None
128
self._pid: typing.Optional[int] = 0
0 commit comments