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

Head commit for run:
3de3b9dc6d10edbad8fe3c687cf8c31d5857f90e / Jarek Potiuk <[email protected]>
Celery command help does not fail - only warns on wrong executor

The Celery command help did not show command help when executor was not
set to be celery-derived, however this made it difficult to test and
discover the parameters when you **just** wanted to check if the
command works.

This change changes the behaviour:
* when command would just return help output, it warns but does not
  fail, so that help can still be written
* when command is attempted to be executed, it fails with the same
  message
* stop worker command can be executed regardless from executor
  set, because it does not depend on the executor being available,
  nor configuration and it might be useful to clean-up things
  for example if you **just** changed back from CeleryExecutor

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

With regards,
GitHub Actions via GitBox


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

Reply via email to