Hangfire.MySqlStorage icon indicating copy to clipboard operation
Hangfire.MySqlStorage copied to clipboard

MySql storage for Hangfire - fire-and-forget, delayed and recurring tasks runner

Results 67 Hangfire.MySqlStorage issues
Sort by recently updated
recently updated
newest added

I'm using mysql and hangfire creates a lot of dbconnections. (40+ dbconnection) My configuration settings are as follows. .Net 6 ```xml ``` ```csharp services.AddEntityFrameworkMySql(); services.AddDbContextPool((serviceProvider, options) => { options.UseInternalServiceProvider(serviceProvider); options.UseMySql(PcSystemMemory.Keys.DbConnection,...

Updated packages to newest version. Changed project to .NET Standard 2.0 only (.NET Framework is unsupported in newer versions of dependencies). Fixed some deprecations from Hangfire.Core. Using Json.NET 13.x.

I have this issue too but only on my live website, when running from Visual Studio (localhost) don't have any problems but when using Hangfire (1.8.0) Dashboard on the live...

Fix scheduled jobs. Float field type truncate value, migrate to double Update project references

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

We are on .Net Core 3.1 using the below Hangfire libraries to manage our recurring jobs. Hangfire.AspNetCore Version = 1.7.12 Hangfire.Core Version = 1.7.12 Hangfire.MySqlStorage Version = 2.0.0 We are...

Although transactions can be configured in MySQL Storage Options, they will not be used anyway, InvisibilityTimeout is used instead, which is marked as Obsolete. Tell me, are you planning to...

I’m using hangfire with mysql and I get the following error message. Connect Timeout expired. All pooled connections are in use. ![27fcfc812b089d47f59e905f394e7aa8b575f231](https://user-images.githubusercontent.com/21362968/139457250-63babc63-a186-4586-8cc7-c6b7005a005b.png)

Jobs are working initially,, But it has broken the hangfire and not able trigger or deleted.. System.InvalidOperationException: Connection must be Open; current state is Closed at MySqlConnector.MySqlConnection.get_Session() in /_/src/MySqlConnector/MySqlConnection.cs:line 655...