I have ASP.net Core web application. We’ve implemented HangFire into the web application. The web application has a database for the application’s data. And by default, the HangFire database tables were created in the same database where the application’s data resides.
We were wondering about using a separate database for HangFire. Are there any implications in doing that? Can that be done?