We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dbcff6 commit 2160739Copy full SHA for 2160739
1 file changed
BlazorDiffusion/Configure.BackgroundJobs.cs
@@ -26,7 +26,7 @@ public void Configure(IWebHostBuilder builder) => builder
26
var jobs = services.GetRequiredService<IBackgroundJobs>();
27
#if DEBUG
28
jobs.RecurringCommand<LogCommand>("Every Minute", Schedule.EveryMinute, new() {
29
- // RunCommand = true // don't persist job
+ RunCommand = true // don't persist job
30
});
31
#endif
32
0 commit comments