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
Fix polling timeout: use linked cancellation token in poll loop
The CancellationTokenSource with timeout was created but the loop and
Task.Delay used the original token instead, causing infinite polling
when ingestion status never reached a terminal state.
0 commit comments