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

Anybody have a fork with the latest PR's in it? This repo seems a bit stale but it is working for me so far with AWS mariadb.

Hi, I am using .Net 7 and Mysql 8.0 I have found several blank pages (just a white page with a 500 server error). The localhost/hangfire dashboard loads but if...

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...

dependencies

```sql ON DUPLICATE KEY UPDATE ``` will cause id increment too much err: id,out of range

some managed databases have alot of limitations to customize sql settings like 'sql_require_primary_key', so adding this ID removes this problem