Top "Quartz.net" questions

Quartz.

Programatically delete jobs and associated triggers in Quartz.NET

I need a way to allow administrators to delete a job in Quartz.NET. Are there any built in methods …

c# quartz-scheduler quartz.net
How to synchronously call async method from quartz schedule job

I am trying to call a webapi method from my quartz.net schedule job. I am not sure whether the …

c# quartz-scheduler quartz.net
MYSQL 5.5 Drop Primary Key

I am upgrading my quartz.net version from 1.0.3 to 2.0.2 There is a migration script for database schema, which was was …

mysql sql quartz.net alter
How to start a job every day at the same hour in Quartz.net?

I have to execute job every day at midnight Pacific Time. I am using MVC3 with Quartz.NET library. Here …

c# asp.net-mvc-3 scheduling quartz.net
Can quartz.net reconfigure jobs when config file changes?

Im doing a proof of concept with Quartz.Net A fairly simple scheduling task, the only requirement i have is …

quartz.net
Quartz.net Create daily schedule on UTC time

I'm trying to fire a job every morning at 8AM, UTC time. The problem is the triggers aren't respecting the …

c# .net quartz.net
Scheduling Dependent Jobs in Quartz.Net

I need some help. I am trying to figure out how to schedule jobs in Quartz.Net. Jobs in Quartz …

c# asp.net-mvc-3 quartz-scheduler quartz.net
Getting all the active jobs from Quartz.NET scheduler

How I can get all the active jobs scheduled in the Quartz.NET scheduler? I tried the GetCurrentlyExecutingJobs() but it …

quartz.net
Quartz.Net Dependency Injection .Net Core

In my project I have to use Quartz but I don't know what i do wrong. JobFactory: public class IoCJobFactory : …

c# .net asp.net-core scheduler quartz.net
The type initializer for 'Quartz.Impl.StdSchedulerFactory' threw an exception

I'm following the directions on Quartz.Net's tutorial pretty closely, but I'm getting a start error when trying to debug …

c# quartz-scheduler quartz.net typeinitializeexception