Multiple Web APIs and common hangfire usage in .net
I have an application that contains multiple web api projects in .net. I am using MongoDb. Now I want to add a common hangfire to this application. In other words, there will be a single hangfire db and all web api projects will manage jobs through this db. For this, I added an extension to my common class library.
Multiple Web APIs and common hangfire usage in .net
I have an application that contains multiple web api projects in .net. I am using MongoDb. Now I want to add a common hangfire to this application. In other words, there will be a single hangfire db and all web api projects will manage jobs through this db. For this, I added an extension to my common class library.
Multiple Web APIs and common hangfire usage in .net
I have an application that contains multiple web api projects in .net. I am using MongoDb. Now I want to add a common hangfire to this application. In other words, there will be a single hangfire db and all web api projects will manage jobs through this db. For this, I added an extension to my common class library.