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 8d310ea commit 1ea9043Copy full SHA for 1ea9043
src/NTorSpectator.Observer/Program.cs
@@ -50,6 +50,7 @@
50
var jobDetail = JobBuilder.Create<SpectatorJob>()
51
.WithDescription("Tor spectator job")
52
.WithIdentity("tor-spectator")
53
+ .DisallowConcurrentExecution()
54
.Build();
55
cfg.AddJob<SpectatorJob>(jobKey: jobDetail.Key, configure: j => {});
56
cfg.AddTrigger(t => t.WithCronSchedule("0 0 * * * ?").ForJob(jobDetail));
0 commit comments