is there a recommended way of using hangfire In an infrastructure of many API services where more than one separate API may decide to use hangfire?
Currently I will create a separate database for each service boundary so each services jobs would be stored separately in their own DB tables.
Is there a way to specify a database schema for hangfire to build its infrastructure instead of an entire database?