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
When we call user commands inside of the Helix SDK, we have to make sure that when they time out, we still send the telemetry at the end of the job (we do it via HelixPostCommands).
To be done
Investigate behavior of HelixPostCommands and whether they get called even when command times out
Make sure telemetry is sent, i.e. time-constrain user commands and leave buffer to send the telemetry at the end
The text was updated successfully, but these errors were encountered:
Context
When we call user commands inside of the Helix SDK, we have to make sure that when they time out, we still send the telemetry at the end of the job (we do it via
HelixPostCommands
).To be done
HelixPostCommands
and whether they get called even when command times outThe text was updated successfully, but these errors were encountered: