Skip to content

Commit

Permalink
Temporarily disable outbox processing until CRM config is updated (#1676
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gunndabad authored Nov 13, 2024
1 parent 6332193 commit de1548d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using TeachingRecordSystem.Core.Infrastructure;
using TeachingRecordSystem.Core.Infrastructure.Configuration;
using TeachingRecordSystem.Core.Jobs;
using TeachingRecordSystem.Core.Services.DqtOutbox;
using TeachingRecordSystem.Core.Services.DqtReporting;
using TeachingRecordSystem.Core.Services.Establishments;
using TeachingRecordSystem.Core.Services.GetAnIdentityApi;
Expand Down Expand Up @@ -42,7 +41,7 @@
.AddEmail()
.AddIdentityApi()
.AddNameSynonyms()
.AddDqtOutboxMessageProcessorService();
/*.AddDqtOutboxMessageProcessorService()*/;

var crmServiceClient = new ServiceClient(builder.Configuration.GetRequiredValue("ConnectionStrings:Crm"))
{
Expand Down

0 comments on commit de1548d

Please sign in to comment.