Table of Contents

Class HangfireJobsSettings

Namespace
KadicErp.WebApi.Options
Assembly
KadicErp.WebApi.dll
public sealed class HangfireJobsSettings
Inheritance
object
HangfireJobsSettings

Fields

SectionName

public const string SectionName = "HangfireJobs"

Field Value

string

Properties

CheckPendingECFCron

public string CheckPendingECFCron { get; set; }

Property Value

string

JobRegistrationMaxRetries

public int JobRegistrationMaxRetries { get; set; }

Property Value

int

JobRegistrationRetrySeconds

public int JobRegistrationRetrySeconds { get; set; }

Property Value

int

QueuePollIntervalSeconds

public int QueuePollIntervalSeconds { get; set; }

Property Value

int

WorkerCount

public int WorkerCount { get; set; }

Property Value

int