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
dRPC is just racy in that it will sometimes return context canceled when sending a message even if it has successfully sent the message prior to canceling.
fixescoder/internal#584
Ignore canceled error when sending an acquired job, since dRPC is racy and will sometimes return this error even after successfully sending the job, if the test is quickly finished.
seen here: https://github.com/coder/coder/actions/runs/14444260419/job/40501111874
The text was updated successfully, but these errors were encountered: