celery.app.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. .. currentmodule:: celery.app
  2. .. automodule:: celery.app
  3. .. contents::
  4. :local:
  5. Functions
  6. ---------
  7. .. autofunction:: app_or_default
  8. Application
  9. -----------
  10. .. autoclass:: App
  11. .. attribute:: main
  12. Name of the `__main__` module. Required for standalone scripts.
  13. If set this will be used instead of `__main__` when automatically
  14. generating task names.
  15. .. autoattribute:: amqp
  16. .. autoattribute:: backend
  17. .. autoattribute:: loader
  18. .. autoattribute:: conf
  19. .. autoattribute:: control
  20. .. autoattribute:: log
  21. .. automethod:: config_from_object
  22. .. automethod:: config_from_envvar
  23. .. automethod:: config_from_cmdline
  24. .. automethod:: task
  25. .. automethod:: create_task_cls
  26. .. automethod:: TaskSet
  27. .. automethod:: send_task
  28. .. automethod:: AsyncResult
  29. .. automethod:: TaskSetResult
  30. .. automethod:: worker_main
  31. .. automethod:: Worker
  32. .. automethod:: Beat
  33. .. automethod:: broker_connection
  34. .. automethod:: with_default_connection
  35. .. automethod:: mail_admins
  36. .. automethod:: pre_config_merge
  37. .. automethod:: post_config_merge
  38. .. automethod:: either
  39. .. automethod:: merge