Using SQL for HA - Jobs don't appear on other instance

Product: PowerShell Universal
Version: 1.4.6

Hey,

Setting up a test environment with two PSU instances, talking back to an SQL server. All the configuration is correct, the database is created, and kicking off a script I can see the job on the Jobs table.
However I only see the job history on the PSU instance that run script, my expectation was the job (and any other shared configuration) would be available immediately on both instances - is that right?

Note even after a restart of the instance, the jobs from the other instance are still not displayed.

Cheers

If the SQL connection is setup properly, it’s the only place that jobs will be stored so if they use the same database they should be showing up on both instances.