This document describes Celery 2.3. For development docs, go here.

celery.task.chords

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