-
The approach we are taking is to treat job solutions as separate from the server (think Plug-Ins). Let's see if I can explain:
The server is a self-hosted OWIN app within a Windows Service project…
-
- Hangfire.Core 1.8.3
- Hangfire.Pro 2.3.2
My jobs went to scheduled due to failing to acquire a semaphore, which is expected.
However, after the processing jobs have completed, I would expec…
-
Following https://github.com/HangfireIO/Hangfire/issues/2026, it became clear that the following call:
```c#
JobStorage.Current.GetMonitoringApi().ProcessingJobs(...);
```
Includes jobs where …
-
This is an umbrella issue gathering things that could be done in 4.0 timeframe.
- [ ] Refactor persistence API to be more document database friendly, https://github.com/quartznet/quartznet/issues/8…
-
Hi
We are using Hangfire with MongoDb storage. We have several applications using the same database, each of them having different implemented jobs.
It looks like Hangfire jobs can be launched ran…
-
I recently found an issue where jobs go straight to scheduled after using the delete feature on the dashboard. The job in question is using a [semaphore ](https://docs.hangfire.io/en/latest/backgroun…
-
Hi,
I'm trying to use the Xpand.XAF.Modules.Reactive.Services.ViewExtensions. SelectObject extension method https://github.com/eXpandFramework/Reactive.XAF/blob/b35d53f6f84752d9c902e79cf1d0bf9ff621…
-
Since you nicely improved Audit Tracking, with that it wouyld be great to have some features like ,
1>Product id 7 ,its changes logged somewhere or in table like ProductHistory, which having like pre…
-
Today, as far as I know, one would have to go to the details-view for each job and click "Delete" to remove the job. But I'm thinking that it might be a good idea to add a "delete"-button to the overv…
-
I have two apps that share the same hangfire database.
App A processes queue QA and has the dashboard enabled.
App A creates J1 and J2 as recurring jobs.
Job J1 and job J2 are processed on queue …