This allows the run queue daemon to launch runs without needing to reload the gRPC server for each repository, which is nice both for speed, but more importantly it can still operate even if the gRPC server is down (instead of throwing
For forward-compat, RunLauncher and RunCoordinator now take in a Context object rather than specific arguments.