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
Right now we call update workspace usage with an app name and that results in the activity of the workspace being bumped. If we add a label field where we can see which client bumped the activity last and for what reason, it can help us debug issues. Additionally, a session ID can be used to debounce multiple bump calls in quick succession and be confident in the number of clients that are trying to connect (instead of counting every call as a new session).
The text was updated successfully, but these errors were encountered:
Right now we call update workspace usage with an app name and that results in the activity of the workspace being bumped. If we add a label field where we can see which client bumped the activity last and for what reason, it can help us debug issues. Additionally, a session ID can be used to debounce multiple bump calls in quick succession and be confident in the number of clients that are trying to connect (instead of counting every call as a new session).
The text was updated successfully, but these errors were encountered: