Hangfire.MySqlStorage | MySql storage for Hangfire - fire-and-forget | Job Scheduling library
kandi X-RAY | Hangfire.MySqlStorage Summary
kandi X-RAY | Hangfire.MySqlStorage Summary
MySql storage for Hangfire - fire-and-forget, delayed and recurring tasks runner
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of Hangfire.MySqlStorage
Hangfire.MySqlStorage Key Features
Hangfire.MySqlStorage Examples and Code Snippets
Community Discussions
Trending Discussions on Hangfire.MySqlStorage
QUESTION
I'm trying to use Hangfire with MysqlStorage in Asp.Net core project. With Hangfire.MysqlStorage 2.0 package, MysqlConnector is installed. I'm facing lot of problems with MysqlConnector and it is not very much stable. When I install Mysql.Data with this, the problem comes i.e. MySql.Data exists in two assemblies. When I try to use the older version of Hangfire.MysqlStorage 1.0.7 then the hangfire don't work and error comes as Missing method exception. Can hangfire work in .net core with Mysql.Data?
...ANSWER
Answered 2019-Mar-30 at 09:47I've changed the package Hangfire.MysqlStorage to Hangfire.MySql.Core_MySql.Data and now I'm able to use MySql.Data package with Hangfire and its working fine.
QUESTION
I'm trying to integrate hangfire into my .NET core web app. I have followed the instructions on the Hangfire quickstart by installing all necessary packages. I also installed an extension called Hangfire MySql and installed the necessary packages for it.
Step 1 says to 'Create new instance of MySqlStorage with connection string constructor parameter and pass it to Configuration with UseStorage method:'
...ANSWER
Answered 2019-Jan-27 at 03:31Based on the exception details, it seems that first you need to configure the Hangfire service before be able to call app.UseHangfireDashboard().
In your Startup.cs file you should have a ConfigureServices(IServiceCollection services) method, it seems that you must do the setup here instead of using the GlobalConfiguration class, so you can try this:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install Hangfire.MySqlStorage
Please use Visual Studio or any other tool of your choice to build the solution.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page