Difference between revisions of "Airflow celery"
Jump to navigation
Jump to search
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html | ||
pip3 install apache-airflow[celery] | pip3 install apache-airflow[celery] | ||
[[airflow celery --help]] | [[airflow celery --help]] | ||
+ | [[airflow celery worker]] | ||
+ | [[airflow celery stop]] | ||
+ | [[airflow celery flower]] | ||
airflow celery | airflow celery | ||
− | airflow command error: argument GROUP_OR_COMMAND: celery subcommand works only with CeleryExecutor, | + | airflow command error: argument GROUP_OR_COMMAND: celery subcommand works only with [[CeleryExecutor]], |
CeleryKubernetesExecutor and executors derived from them, your current executor: SequentialExecutor, subclassed from: | CeleryKubernetesExecutor and executors derived from them, your current executor: SequentialExecutor, subclassed from: | ||
BaseExecutor, see help above. | BaseExecutor, see help above. | ||
Line 13: | Line 17: | ||
== Related == | == Related == | ||
* <code>[[airflow info]]</code> | * <code>[[airflow info]]</code> | ||
+ | * <code>[[airflow celery worker]]</code> | ||
* [[Celery]] | * [[Celery]] | ||
+ | * [[Celery Executor]] | ||
+ | * <code>[[flower]]</code> | ||
== See also == | == See also == | ||
− | * {{airflow | + | * {{airflow celery}} |
− | * {{ | + | * {{Celery}} |
[[Category:Airflow]] | [[Category:Airflow]] |
Latest revision as of 14:53, 9 October 2023
https://airflow.apache.org/docs/apache-airflow/stable/executor/celery.html
pip3 install apache-airflow[celery]
airflow celery --help airflow celery worker airflow celery stop airflow celery flower
airflow celery airflow command error: argument GROUP_OR_COMMAND: celery subcommand works only with CeleryExecutor, CeleryKubernetesExecutor and executors derived from them, your current executor: SequentialExecutor, subclassed from: BaseExecutor, see help above.
Related[edit]
See also[edit]
airflow celery: [ flower | worker | stop | --help ]
- Celery Broker, Celery Executor,
celery [ list | status | worker | --version | --help ]
Advertising: