hainguyenthanh

Results 1 comments of hainguyenthanh

As a workaround, a queue name can be specified in the configuration, e,g. ```csharp EventFlowOptions.New(services) .UseHangfireJobScheduler(opt => opt.UseQueueName("default")) ... ``` When a queue name is specified, `ScheduleAsync` will call `_backgroundJobClient.Schedule()`...