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.
1 parent 25e0b12 commit 38b31b0Copy full SHA for 38b31b0
src/RemotePythonExecution/Program.cs
@@ -42,11 +42,11 @@ static async Task Main(string[] args)
42
loggingBuilder.AddSerilog(logger, dispose: true);
43
});
44
45
- services.Configure<HostOptions>(option =>
+ /*services.Configure<HostOptions>(option =>
46
{
47
option.BackgroundServiceExceptionBehavior = BackgroundServiceExceptionBehavior.StopHost;
48
option.ShutdownTimeout = TimeSpan.FromSeconds(5);
49
- });
+ });*/
50
51
services.AddAdamServiceFileCreator();
52
services.AddHostedService<RemotePythonExecutionService>();
0 commit comments