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
feat: implement StatusPatch for batched status updates in session handling
- Introduced a new StatusPatch type to accumulate status field updates and condition changes, allowing for a single API call to apply multiple changes.
- Updated session event handling to utilize StatusPatch, improving efficiency by reducing the number of API calls during status updates.
- Enhanced the handling of session phases, including 'Pending', 'Stopped', and 'Creating', to ensure accurate state management and reduce race conditions.
- Improved logging for better visibility into session state transitions and updates.
These changes enhance the robustness and performance of session management by streamlining status updates and reducing the frequency of API calls.
0 commit comments