This document describes an older version of Celery (2.5). For the latest stable version please go here.

celery.task.chords

celery.task.chords

Chords (task set callbacks).

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

class celery.task.chords.Chord
accept_magic_kwargs = False
name = 'celery.chord'
run(set, body, interval=1, max_retries=None, propagate=False, **kwargs)
class celery.task.chords.chord(tasks, **options)
class Chord
accept_magic_kwargs = False
name = 'celery.chord'
run(set, body, interval=1, max_retries=None, propagate=False, **kwargs)

Previous topic

celery.task.sets

Next topic

celery.result

This Page