-
ERROR Message:
```
System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connecti…
-
Does Hangfire have any functionality to reset its tables and or clean them up? `Hangfire.State` can grow very large in size over time. I would like to avoid having to write separate code to handle thi…
-
Hey,
I've currently tried to use Hangfire.Console with the current beta. My setup is very simlpe, a self hosted web api for hosting the dashboard:
```csharp
...
config
…
-
I'm proposing the addition of RRULE support in Hangfire, similar to the recurrence rules used in Google Calendar's ICS files. Currently, Hangfire relies on Cron expressions for scheduling, but they fa…
-
Hi,
Any idea why continuation jobs are stuck in awaiting state? This is happening everything
![image](https://user-images.githubusercontent.com/32538990/32268255-8da993ee-beee-11e7-8ffe-bacba088…
-
Talking about Scalability/Distrubted Systems I think each server might see only its queues.
In my production envrionment I'm running two instances in two servers. Each server actually runs over differ…
-
If the database server is under load, the connection fails or any other number of reasons the connections fail the job will not be queued and and exception thrown.
Would it be sensible for Hangfire…
-
### Packages to rename
The following packages in both the main and the contrib repos should be renamed to better describe what they contain.
| Current name | Suggested name | Notes |
| --------…
-
I've expiried an network problem with some SQL database and the jobs related to consume data from there started to get error, ok.
I know that I will take at least 8 hours (8 executions, it's hourly) …
-
We have a number of cross cutting tests that involve our DI container (Autofac) and Hangfire. When testing these sub-systems. I am trying to stand up our container with new instances of Hangfire for e…