hangfire-sql Questions
0
To reschedule scheduled jobs I am currently deleting the previous job and then scheduling a new one within a transaction so if the schedule fails it rolls back the delete:
using (var transaction = ...
Vange asked 23/6, 2021 at 23:50
1
I have ASP.NET Core API (v 2.2) running under IIS using Windows Hosting module that is shipped with .NET Core. I have configured Hangfire in startup.cs with couple of recurring jobs.
The API's ap...
Careful asked 12/7, 2019 at 16:14
2
Solved
I am having a problem that some jobs on hangfire are been queued more than one time with the same parameters, the jobs are almost queued at the same time.
I've tried to limit the numbers of worker...
Cogitate asked 14/5, 2020 at 19:6
1
© 2022 - 2024 — McMap. All rights reserved.