mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-07 04:27:15 +00:00
* First pass at alerting a user that the pipeline is blocked * Change approach and add change to async pipeline * Fix check in run_async * Another fix * Somehow also fixed the max_runs_per_component * Align sync run and async run component * Update output type of component outputs to Mapping to align with our protocol * linting * ruff * Make it a core test * Add reno * Some refactoring * Linting * Fix mypy * Converting to warning * Small changes * Update release note * More cleanup * PR comment * PR comments