Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
142 views

I’m trying to configure scheduled redelivery in MassTransit when using Kafka as the transport. Immediate retries work fine using UseMessageRetry. Since Kafka does not support delayed redelivery, I’m ...
Marat's user avatar
  • 35
0 votes
0 answers
74 views

I'm using Hangfire in an ASP.NET Core application to send emails using MailKit. When I enqueue a background job that sends email, it fails with a timeout and returns: A connection attempt failed ...
bristivojevic's user avatar
1 vote
1 answer
76 views

Adding the line .WithJobExpirationTimeout(TimeSpan.FromDays(60)) in AddHangfire config code in Program.cs (see below) doesn't seem to change the timeout. The Job expiration timeout is still the same 3 ...
user27465760's user avatar
-3 votes
1 answer
131 views

I am using Hangfire in .NET to run some background jobs (send emails specifically). My email service has rate limiting of 100 emails a minute and 1000 per hour. Is there any way to configure rate ...
Craig's user avatar
  • 36.9k
2 votes
1 answer
55 views

I have a console application. And I am using the latest version of the following 2 packages: Hangfire.Core 1.8.20 Hangfire.MemoryStorage 1.8.1.1 And I have the following simple console application ...
unruledboy's user avatar
  • 2,372
0 votes
0 answers
54 views

I've created a webhook queuing system. Requests come in from IOT devices and their data queued, before being sent by a POST request using hangfire (used to manage retries). Only 1 hangfire job per ...
A Houghton's user avatar
0 votes
1 answer
43 views

I have a .NET 8 service which uses Hangfire library for async jobs. I have configured Hangfire with PostgreSQL database. I need to check the state of a running job frequently for which I am using the ...
ctor's user avatar
  • 877
0 votes
1 answer
138 views

When Hangfire deployed in Azure webjob , multiple webjobs instances picks same jobs I am using hangfire 1.6.21 version I have deployed Hangfire in Azure webjob Using Azure SQL server as Database for ...
Sagar's user avatar
  • 690
1 vote
0 answers
55 views

I'm working on a .NET Framework 4.6.1 application using Autofac (5.2.0) for dependency injection and Hangfire for background jobs. I have a service class StoreDataCleanupService that depends on an EF ...
Ashish's user avatar
  • 25
2 votes
0 answers
85 views

I want to add integration tests to the project. The project also has a Hangfire. I decided to do it using test containers and WebApplicationFactory. But when trying to add to Hangfire services ...
Artyom Elfimov's user avatar
1 vote
1 answer
60 views

I am testing Hangfire with a basic PoC and it failed to change even the most basic state: using Hangfire; var builder = WebApplication.CreateBuilder(args); builder.Services .AddHangfire(...
Pragmateek's user avatar
  • 13.6k
0 votes
0 answers
182 views

I have a payment application that uses Hangfire to process some payments. However, in my production environment, I currently have only one pod running the worker that processes payments. I want to ...
Vitor Malaquias's user avatar
0 votes
0 answers
25 views

I am new to .NET webservices. I am trying to implement Hangfire service in the following way In startup.cs Add the below snippets in ConfigureServices() method services.AddHangfire(config => ...
Rakesh L's user avatar
  • 1,178
1 vote
0 answers
103 views

I have two mongo Hangfire databases: the first is local (running in Docker) and works properly, while the second is hosted in the cloud and isn’t functioning as expected. The cloud database is used by ...
Nick ANV's user avatar
0 votes
1 answer
391 views

We are using Hangfire version 1.7.36. I'm trying to set the JobExpirationTimeout from the OnStateApplied() method to retain succeeded and deleted jobs just for 7 hours. I have set the timeout globally ...
TOBA OJO's user avatar

15 30 50 per page
1
2 3 4 5
91