index.rst 316 B

123456789101112131415161718
  1. ===========
  2. Cookbook
  3. ===========
  4. .. toctree::
  5. :maxdepth: 2
  6. tasks
  7. task-retries
  8. remote-tasks
  9. unit-testing
  10. This page contains common recipes and techniques.
  11. Whenever a setting is mentioned, you should use ``celeryconf.py`` if using
  12. regular Python, or ``settings.py`` if running under Django.