The GitHub Actions job "Build images for Celery command help does not fail - 
only warns on wrong executor  https://github.com/apache/airflow/pull/32690
" on airflow.git has succeeded.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
0f3e7cd3f0596ab6edab37ae1e07fad6bea3f0b2 / 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/5599304150

With regards,
GitHub Actions via GitBox


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

Reply via email to