Reputation: 2119
Before, in net4.8, I was able to verify quartz was up and running by pinging the port configured by the quartz.scheduler.exporter.port
setting via netstat (netstat -aon
) or powershell (TestConnection
) but since migrating the project to net8 and configuring as a hosted service, I am no longer able to see the configured port as active. Even using TCPView does not catch it.
services.AddQuartzHostedService(q => q.WaitForJobsToComplete = true);
Upvotes: 0
Views: 40