Using persistent store
Opened this issue · 1 comments
Netclick19 commented
Hi,
is it possibile to use Persistent Store with SilkierQuartz?
Thank you for your support.
wuuer commented
JobBuilder.Create(type)
.WithIdentity(“”, “”)
.WithDescription(“”)
.StoreDurably(true)
.RequestRecovery(true)
.PersistJobDataAfterExecution(true)
.DisallowConcurrentExecution(false)
.Build();