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
Describe the bug
When calling activateJobsCommand.Send in JobWorker returns an immediate error and casts an exception the while loop is immediately continued and a new Send is initiated just milliseconds after.
Expected behavior
A short delay should be introduced before retrying to stop server hogging.
Enviroment (please complete the following information):
.NET Core
Additional context
Original source in JobWorker.cs / line 146 onwards
Describe the bug
When calling activateJobsCommand.Send in JobWorker returns an immediate error and casts an exception the while loop is immediately continued and a new Send is initiated just milliseconds after.
Expected behavior
A short delay should be introduced before retrying to stop server hogging.
Enviroment (please complete the following information):
Additional context
Original source in JobWorker.cs / line 146 onwards
should probably be
The text was updated successfully, but these errors were encountered: