background-run: build and deploy a pipeline with await-able methods, then start it in the background and await the final result.
You’ll end up with. A task_id you can log immediately, then the awaited result dict once the background run finishes.
Expected output
Pipeline and RunHandler has an a-prefixed async counterpart — afetch, anew, asave, astart, arun_status, aresult.
See also
Background runs
Same pattern in synchronous code.
Run pipeline (async)
await pipeline.arun(...) for fully-awaited execution.Pipeline reference
Full method surface.
