| 1234567891011121314151617 | =========== Cookbook===========.. toctree::    :maxdepth: 2    tasks    task-retries    remote-tasksThis page contains common recipes and techniques.Whenever a setting is mentioned, you should use ``celeryconf.py`` if usingregular Python, or ``settings.py`` if running under Django.
 |