One database - many schedulers running in different processes

Hi, I have one database and many schedulers (BackgroundServer) running in different processes.

Let’s say scheduler A registers a recurrent job A1, I stop scheduler A, and start scheduler B. Scheduler B tries to pick job A1 and it obviously fails because it cannot load job A1.

I tried decorating A1 with the “QueueAttribute” filter and also specified the same queue name in the BackgroundServerOptions and passed into the BackgroundServer but job A1 still gets picked up by scheduler B.

Anything obvious I’m missing ?

Thanks,
Javier.