The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user michalc (triggered by eladkal).

Head commit for run:
807a63809f8d6535970a2ed456a9d77c458eb001 / Michal Charemza 
<[email protected]>
Add Redis task handler

This stores log lines in Redis up to a configured maximum log lines, always
keeping the most recent, up to a configured TTL.

This deviates from other existing task handlers in that it accepts a connection
ID. This allows it to be used in addition to other handlers, and so allows a
graceful/reversible transition from one logging system to another.

This is particularly useful in situations that use Redis as a message broker,
where additional infrastructure isn't desired.

The change in FileTaskHandler is for subclasses to add their own inner handlers
that are not FileHandlers and still pass type checking.

closes: https://github.com/apache/airflow/issues/31834

Report URL: https://github.com/apache/airflow/actions/runs/5631452083

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to