Is there a way to start hangfire server only for scheduled jobs?

We are doing a migration internally and I am re-creating all recurring jobs on a new server, but I still want to boot the old server only for executing leftover scheduled jobs, so we don’t miss on the execution of those jobs. I was wondering if there is a way of telling hangfire server to ignore recurring jobs.

Maybe doing something when calling services.AddHangfireServer()?