Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
136 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 ...
0 votes
0 answers
71 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 ...
1 vote
1 answer
74 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
125 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 ...
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 ...
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 ...
0 votes
1 answer
137 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
54 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 ...
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 ...
1 vote
1 answer
59 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(...
0 votes
0 answers
177 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 ...
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 => ...
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 ...
0 votes
1 answer
385 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 ...

15 30 50 per page
1
2 3 4 5
...
91

AltStyle によって変換されたページ (->オリジナル) /