| Job ID | |
| Type | |
| Method | |
| Args | |
| Exception | |
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached.
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.Common.ADP.ExceptionWithStackTrace(Exception e) --- End of stack trace from previous location --- at Dapper.SqlMapper.QueryAsync[T](IDbConnection cnn, Type effectiveType, CommandDefinition command) in /_/Dapper/SqlMapper.Async.cs:line 417 at TqsNibssPDService.BackgroundOperations.Repositories.EntPaymentRepository.GetEntPaymentDetails(String paymentRef, String itemCode) in C:\Users\Ojekunle.Samuel\source\repos\tqs-nibss-remittance-service-pd-enterprise\TqsNibssPDService\BackgroundOperations\Repositories\EntPaymentRepository.cs:line 54 at TqsNibssPDService.BackgroundOperations.Operations.DefaultTaxNotificationProcessor.Execute(String paymentRef, String itemCode, String customerNumber) in C:\Users\Ojekunle.Samuel\source\repos\tqs-nibss-remittance-service-pd-enterprise\TqsNibssPDService\BackgroundOperations\Operations\DefaultTaxNotificationProcessor.cs:line 33 at System.Runtime.CompilerServices.TaskAwaiter.GetResult()