We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3edc042 + a89d624 commit 3a4fde6Copy full SHA for 3a4fde6
Web/Resgrid.Web.Services/Startup.cs
@@ -53,6 +53,7 @@
53
using IPNetwork = Microsoft.AspNetCore.HttpOverrides.IPNetwork;
54
using System.Net.Http;
55
using Resgrid.Providers.Messaging;
56
+using Resgrid.Web.Services;
57
58
namespace Resgrid.Web.ServicesCore
59
{
@@ -562,7 +563,7 @@ public void ConfigureServices(IServiceCollection services)
562
563
564
services.AddTransient<ISentryEventProcessor, SentryEventProcessor>();
565
- //services.AddHostedService<Worker>();
566
+ services.AddHostedService<Worker>();
567
this.Services = services;
568
569
//if (Config.ExternalErrorConfig.ApplicationInsightsEnabled)
0 commit comments