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

While connecting to MySQL server hosted with replication enabled, I get this error. MySqlConnector.MySqlException (0x80004005): This version of MySQL doesn't yet support 'XA with wsrep replication plugin' ---> MySqlConnector.MySqlException (0x80004005):...

I'm getting Index was outside the bounds of the array error System.IndexOutOfRangeException: Index was outside the bounds of the array. at Hangfire.MySql.MySqlStorage.c.b__14_1(String[] x) at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext() at System.Linq.Enumerable.ToDictionary[TSource,TKey,TElement](IEnumerable`1 source, Func`2 keySelector,...

[DisableConcurrentExecution(1)] does not work for mysql. Feature is documented here: https://www.hangfire.io/blog/2014/05/21/hangfire-0.8.2-released.html It works fine with mssql.

Hi, I recently upgraded my Aurora DB (Mysql) to the latest version and during the process DB rebooted, failed over etc. But one thing I was unable notice was, hangfire...

https://github.com/arnoldasgudas/Hangfire.MySqlStorage/issues/18 in the lastest version , i still get deadlock err: LATEST DETECTED DEADLOCK ------------------------ 2019-06-12 07:30:16 0x7f95ffb6d700 *** (1) TRANSACTION: TRANSACTION 31420005, ACTIVE 0 sec starting index read mysql...

I have an asp.net core application with the MySql database. For deployment, I use AWS Lambda. The database is stored in AWS RDS, and it is already configured and used....

``` CREATE TABLE `Set` ( `Id` int(11) NOT NULL AUTO_INCREMENT, `Key` varchar(100) NOT NULL, `Value` varchar(256) NOT NULL, `Score` float NOT NULL, `ExpireAt` datetime DEFAULT NULL, PRIMARY KEY (`Id`), UNIQUE...

Hi, I have set `JobExpirationCheckInterval = TimeSpan.FromDays(30) ` And the deprecated but still usefull `InvisibilityTimeout = TimeSpan.FromDays(30)` And when I have run a long task (8hours~) I have this error...

Specified key was too long; max key length is 767 bytes With 10.1.47-MariaDB-0ubuntu0.18.04.1 - Ubuntu 18.04

I have a task that runs every five seconds, and when Using MySql as storage, it stops running every minute. The task creation time is as follows 2020-10-16 01:41:10.394231 2020-10-16...