[backend/queue] Fix duplicate exception logging
This commit is contained in:
parent
efd1878fc1
commit
7c93dcf79d
1 changed files with 1 additions and 1 deletions
|
@ -449,7 +449,7 @@ public class PostgresJobQueue<T>(
|
|||
}
|
||||
else
|
||||
{
|
||||
_logger.LogError(e, "Failed to process {queue} job: {error}", queueName, e);
|
||||
_logger.LogError("Failed to process {queue} job: {error}", queueName, e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue