python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Hangfire unable Enqueue job - SQL exception
I have hangfire implemented on my API and I'm using SQL Server with it. It has worked in each environment until I released it to production. All my jobs are just sitting as "Enqueued" and ar...
user2661305
Votes: 0
Answers: 1
Static Hangfire RecurringJob methods in LINQPad are not behaving
I have a script in LINQPad that looks like this:
var serverMode = EnvironmentType.EWPROD;
var jobToSchedule = JobType.ABC;
var hangfireCs = GetConnectionString(serverMode);
JobStorage.Current = new Sq...
Terry
Votes: 0
Answers: 1
Hangfire Background Job not triggering
Hi i have a background job that i initialized in my HangfireController and i want this job to only be triggered once a button is clicked,the job does not fire at and hit my breakpoint inside the metho...
Tumo Maraisane
Votes: 0
Answers: 0
Hangfire in single application on multiple physical servers
I am running hangfire in a single web application, my application is being run on 2 physical servers but hangfire is in 1 database.
At the moment, i am generating a server for each queue, because each...
Gillardo
Votes: 0
Answers: 2