mirror of
https://github.com/actions/runner.git
synced 2025-12-10 12:36:23 +00:00
Throw NonRetryableException on GetNextMessage from broker as needed. (#2828)
This commit is contained in:
@@ -108,7 +108,7 @@ namespace GitHub.Runner.Listener
|
||||
|
||||
if (!IsGetNextMessageExceptionRetriable(ex))
|
||||
{
|
||||
throw;
|
||||
throw new NonRetryableException("Get next message failed with non-retryable error.", ex);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user