This document describes the current stable version of Celery (3.1). For development docs, go here.

celery.backends.cassandra

celery.backends.cassandra

Apache Cassandra result store backend.

class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, detailed_mode=False, **kwargs)[source]

Highly fault tolerant Cassandra backend.

servers

List of Cassandra servers with format: hostname:port.

Raises:celery.exceptions.ImproperlyConfigured – if module pycassa is not available.
as_uri(include_password=True)[source]
column_family = None
detailed_mode = False
keyspace = None
process_cleanup()[source]
servers = []
supports_autoexpire = True