Skip to content

Commit

Permalink
Add documentation for packages - 2024-11-24 (#1090)
Browse files Browse the repository at this point in the history
  • Loading branch information
eladkal authored Nov 27, 2024
1 parent 8151010 commit 10cac35
Show file tree
Hide file tree
Showing 2,215 changed files with 1,629,782 additions and 121 deletions.
4 changes: 4 additions & 0 deletions docs-archive/apache-airflow-providers-celery/3.8.5/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 15b646c96145c5cc8331b25e43597af8
tags: 645f666f9bcd5a90fca523b33c5a78b7

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

831 changes: 831 additions & 0 deletions docs-archive/apache-airflow-providers-celery/3.8.5/_modules/index.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
:py:mod:`airflow.providers.celery.cli.celery_command`
=====================================================

.. py:module:: airflow.providers.celery.cli.celery_command
.. autoapi-nested-parse::

Celery command.



Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

airflow.providers.celery.cli.celery_command.flower
airflow.providers.celery.cli.celery_command.logger_setup_handler
airflow.providers.celery.cli.celery_command.worker
airflow.providers.celery.cli.celery_command.stop_worker



Attributes
~~~~~~~~~~

.. autoapisummary::

airflow.providers.celery.cli.celery_command.WORKER_PROCESS_NAME


.. py:data:: WORKER_PROCESS_NAME
:value: 'worker'



.. py:function:: flower(args)
Start Flower, Celery monitoring tool.


.. py:function:: logger_setup_handler(logger, **kwargs)
Reconfigure the logger.

* remove any previously configured handlers
* logs of severity error, and above goes to stderr,
* logs of severity lower than error goes to stdout.


.. py:function:: worker(args)
Start Airflow Celery worker.


.. py:function:: stop_worker(args)
Send SIGTERM to Celery worker.


Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
:py:mod:`airflow.providers.celery.cli`
======================================

.. py:module:: airflow.providers.celery.cli
Submodules
----------
.. toctree::
:titlesonly:
:maxdepth: 1

celery_command/index.rst


Loading

0 comments on commit 10cac35

Please sign in to comment.