mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
fixes https://github.com/coder/internal/issues/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.