python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
If Masstransit schedules an event with Quartz and Rabbitmq, it there a way I can see it?
I am trying to solve a production problem. I am debugging a program that uses MassTransit which then uses RabbitMq and Quartz. It seems that the code uses 'eventScheduler.SchedulePublish' to correctly...
Marc W
Votes: 0
Answers: 1
In Quartz.NET, concurrent jobs scheduling
In Quartz.NET, I want to get current executing jobs as a list.
var jobs = scheduler.GetCurrentlyExecutingJobs();
But it didn't return an IEnumerable result. I can not make it IEnumerable to get JobK...
ibrahim avci
Votes: 0
Answers: 0
while using quartz.net for more than one scheduled job i am getting 'System.Data.Entity.Core.EntityException' in EntityFramework.SqlServer.dll
I am interested in programming as an amateur. I am trying to make MVC based web program using c#. I have 2 scheduled jobs. I am using quartz.net for it. One of them does a long-running job in the back...
ibrahim avci
Votes: 0
Answers: 0