Refactor launch_run and submit_run to take in an IWorkspace rather than an ExternalPipeline
Summary:
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.
Test Plan: BK, Integration
Reviewers: johann, alangenfeld
Reviewed By: alangenfeld
Differential Revision: https://dagster.phacility.com/D8557