2 Recurring Job in diferent projects and servers

Hi guys, is it possible to do 2 different jobs (different class and methods) to register in a hangfire database to run each one on a different server?

Follow my scenario.
Server A knows only the FOOJob class.
Server B knows only the BAHJob class.

When uploading the 2 servers on the same PostgreSQL base

Server A that knows the FOOJob class tries to run the BAHJob job and I get an assembly not found

I am using RecurringJob.AddOrUpdate to register jobs and providing a correct queue name for each server

please help :slight_smile: