There seems to be a typo in the exception messages for background executions. A background execution failed and an exception was thrown as expected:
Hangfire.Processing.BackgroundExecution: Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04
The part (...) execution will be retried no more (...) is misleading, since the execution will be retried.
Expected Result
Hangfire.Processing.BackgroundExecution: Execution Worker is in the Failed state now due to an exception, execution will be retried in no more than 00:00:04
Proposed Solution
Reformulating the error message, PR coming up 👋
Package: Hangfire.Core.Processing
Problem Description
There seems to be a typo in the exception messages for background executions. A background execution failed and an exception was thrown as expected:
Hangfire.Processing.BackgroundExecution: Execution Worker is in the Failed state now due to an exception, execution will be retried no more than in 00:00:04
The part (...) execution will be retried no more (...) is misleading, since the execution will be retried.
Expected Result
Hangfire.Processing.BackgroundExecution: Execution Worker is in the Failed state now due to an exception, execution will be retried in no more than 00:00:04
Proposed Solution
Reformulating the error message, PR coming up 👋