index.rst 272 B

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