quartz.net-3.0 Questions
1
Solved
I am trying to execute a Quartz scheduler job in .NET with a non-empty constructor and I try to use the default Dependency Injection of .NET to supply the dependencies. This is my job class which n...
Apace asked 19/3, 2021 at 15:17
1
I am receiving the following error while I try to call a controller on my project which uses oWin and Quartz.Net 3.0.7 with Autofac .
{
"Message": "An error has occurred.",
"ExceptionMessage": "An...
Comfort asked 9/11, 2019 at 7:12
1
Solved
Here is my config:
["quartz.jobStore.dataSource"] = "default",
["quartz.jobStore.tablePrefix"] = "QRTZ_",
["quartz.jobStore.driverDelegateType"] = "Quartz.Impl.AdoJobStore.PostgreSQLDelegate, Qua...
Drysalter asked 25/8, 2018 at 9:51
1
© 2022 - 2024 — McMap. All rights reserved.