Does hangfire support multiton db pattern?

Hi,

Currently, I have a hangfire windows service (built using topshelf nuget) and connected to new sql database. Most of the web-api applications are using same database. But there is an old application which has hangfire configurations with old database and have its own hangfire server.

I want to add a new job code in old application but to be connected to new sql database and rest of the existing jobs with old database.

Is there any way to handle this using multiple storage connection on single hangfire server?