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

Head commit for run:
3c2cbeedf38d7a1569d3f8db93c601be7f1ed357 / Jarek Potiuk <[email protected]>
Swallow exception when mini-scheduling raises an exception

When mini-scheduler raises an exception, it has a bit weird side
effect - the task succeeds but it is seen as failed and scheduler
gets confused. Also flower celery worker in this case shows an error.

This happens for example when DAG contains non-serializable tasks.

This PR swallows any exceptions raised in mini-scheduler and simply
logs them as error rather than fail the process. Mini-scheduler
is generally optional and we are also already sometimes skipping
it already so occasional skipping is not a big problem.

Fixes: #39717

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

With regards,
GitHub Actions via GitBox


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

Reply via email to