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

Head commit for run:
d4d54c7c06a945f05ba6df7d9c9fa4dca7ed9a82 / 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.

This also includes a change to WasbTaskHandler to use FileHandler
rather than Handler for access to the baseFilename attribute.

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

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

With regards,
GitHub Actions via GitBox


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

Reply via email to