Fix replication job start_link.

We don't want to register replication jobs with the module name as that
prevents us from running more than one job at a time.

This was introduced when we removed the dependence on global registrations and
switched to using pg instead.

Even more embarrassing is we didn't have tests to check multiple replication
jobs running at the same time.
2 files changed