 Celery 2.5 DocumentationCASSANDRA_KEYSPACE The keyspace in which to store the results. e.g. "tasks_keyspace". CASSANDRA_COLUMN_FAMILY The column family in which to store the results. eg "tasks" CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator configuration CASSANDRA_SERVERS = ["localhost:9160"] CASSANDRA_KEYSPACE = "celery" CASSANDRA_COLUMN_FAMILY = "task_results" CASSANDRA_READ_CONSISTENCY = "ONE" CASSANDRA_WRITE_CONSISTENCY = "ONE" CASSANDRA_DETAILED_MODE0 码力 | 647 页 | 1011.88 KB | 1 年前3 Celery 2.5 DocumentationCASSANDRA_KEYSPACE The keyspace in which to store the results. e.g. "tasks_keyspace". CASSANDRA_COLUMN_FAMILY The column family in which to store the results. eg "tasks" CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator configuration CASSANDRA_SERVERS = ["localhost:9160"] CASSANDRA_KEYSPACE = "celery" CASSANDRA_COLUMN_FAMILY = "task_results" CASSANDRA_READ_CONSISTENCY = "ONE" CASSANDRA_WRITE_CONSISTENCY = "ONE" CASSANDRA_DETAILED_MODE0 码力 | 647 页 | 1011.88 KB | 1 年前3
 Celery 3.1 DocumentationContents Celery Documentation, Release 3.1.25 Results Multiple products in the Amazon Web Services family could be a good candidate to store or publish results with, but there is no such result backend included g.: CASSANDRA_KEYSPACE = 'tasks_keyspace' CASSANDRA_COLUMN_FAMILY The column family in which to store the results. e.g.: CASSANDRA_COLUMN_FAMILY = 'tasks' CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator0 码力 | 607 页 | 2.27 MB | 1 年前3 Celery 3.1 DocumentationContents Celery Documentation, Release 3.1.25 Results Multiple products in the Amazon Web Services family could be a good candidate to store or publish results with, but there is no such result backend included g.: CASSANDRA_KEYSPACE = 'tasks_keyspace' CASSANDRA_COLUMN_FAMILY The column family in which to store the results. e.g.: CASSANDRA_COLUMN_FAMILY = 'tasks' CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator0 码力 | 607 页 | 2.27 MB | 1 年前3
 Celery 3.1 Documentationevents, celerymon or the Django Admin monitor. Results Multiple products in the Amazon Web Services family could be a good candidate to store or publish results with, but there is no such result backend included g.: CASSANDRA_KEYSPACE = 'tasks_keyspace' CASSANDRA_COLUMN_FAMILY The column family in which to store the results. e.g.: CASSANDRA_COLUMN_FAMILY = 'tasks' CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator0 码力 | 887 页 | 1.22 MB | 1 年前3 Celery 3.1 Documentationevents, celerymon or the Django Admin monitor. Results Multiple products in the Amazon Web Services family could be a good candidate to store or publish results with, but there is no such result backend included g.: CASSANDRA_KEYSPACE = 'tasks_keyspace' CASSANDRA_COLUMN_FAMILY The column family in which to store the results. e.g.: CASSANDRA_COLUMN_FAMILY = 'tasks' CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator0 码力 | 887 页 | 1.22 MB | 1 年前3
 Celery 2.5 DocumentationCASSANDRA_KEYSPACE The keyspace in which to store the results. e.g. "tasks_keyspace". CASSANDRA_COLUMN_FAMILY The column family in which to store the results. eg "tasks" CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator configuration CASSANDRA_SERVERS = ["localhost:9160"] CASSANDRA_KEYSPACE = "celery" CASSANDRA_COLUMN_FAMILY = "task_results" CASSANDRA_READ_CONSISTENCY = "ONE" CASSANDRA_WRITE_CONSISTENCY = "ONE" CASSANDRA_DETAILED_MODE0 码力 | 400 页 | 1.40 MB | 1 年前3 Celery 2.5 DocumentationCASSANDRA_KEYSPACE The keyspace in which to store the results. e.g. "tasks_keyspace". CASSANDRA_COLUMN_FAMILY The column family in which to store the results. eg "tasks" CASSANDRA_READ_CONSISTENCY The read consistency for a task as a wide column, instead of only the last one. To use this mode, you need to configure your ColumnFamily to use the TimeUUID type as a comparator: create column family task_results with comparator configuration CASSANDRA_SERVERS = ["localhost:9160"] CASSANDRA_KEYSPACE = "celery" CASSANDRA_COLUMN_FAMILY = "task_results" CASSANDRA_READ_CONSISTENCY = "ONE" CASSANDRA_WRITE_CONSISTENCY = "ONE" CASSANDRA_DETAILED_MODE0 码力 | 400 页 | 1.40 MB | 1 年前3
 Celery 2.1 Documentationbackends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List ImproperlyConfigured: if module pycassa is not available. cleanup() Delete expired metadata. column_family = None i = 63 keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem ALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it0 码力 | 463 页 | 861.69 KB | 1 年前3 Celery 2.1 Documentationbackends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List ImproperlyConfigured: if module pycassa is not available. cleanup() Delete expired metadata. column_family = None i = 63 keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem ALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it0 码力 | 463 页 | 861.69 KB | 1 年前3
 Celery 2.2 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List ImproperlyConfigured: if module pycassa is not available. cleanup() Delete expired metadata. column_family = None i = 63 keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem0 码力 | 505 页 | 878.66 KB | 1 年前3 Celery 2.2 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List ImproperlyConfigured: if module pycassa is not available. cleanup() Delete expired metadata. column_family = None i = 63 keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem0 码力 | 505 页 | 878.66 KB | 1 年前3
 Celery 2.3 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List “hostname:port”. Raises celery.exceptions.ImproperlyConfigured: if module pycassa is not available. column_family = None keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem & Contributors0 码力 | 530 页 | 900.64 KB | 1 年前3 Celery 2.3 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List “hostname:port”. Raises celery.exceptions.ImproperlyConfigured: if module pycassa is not available. column_family = None keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem & Contributors0 码力 | 530 页 | 900.64 KB | 1 年前3
 Celery 2.4 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL • Removed Task.rate_limit_queue_type, as it was not really useful and made backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassan- dra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers “hostname:port”. Raises celery.exceptions.ImproperlyConfigured if module pycassa is not available. column_family = None keyspace = None process_cleanup() servers = [] 11.5.26 celery.backends.tyrant celery0 码力 | 395 页 | 1.54 MB | 1 年前3 Celery 2.4 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL • Removed Task.rate_limit_queue_type, as it was not really useful and made backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassan- dra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers “hostname:port”. Raises celery.exceptions.ImproperlyConfigured if module pycassa is not available. column_family = None keyspace = None process_cleanup() servers = [] 11.5.26 celery.backends.tyrant celery0 码力 | 395 页 | 1.54 MB | 1 年前3
 Celery 2.4 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List “hostname:port”. Raises celery.exceptions.ImproperlyConfigured: if module pycassa is not available. column_family = None keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem & Contributors0 码力 | 543 页 | 957.42 KB | 1 年前3 Celery 2.4 DocumentationALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL Removed Task.rate_limit_queue_type, as it was not really useful and made it backends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassandra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers List “hostname:port”. Raises celery.exceptions.ImproperlyConfigured: if module pycassa is not available. column_family = None keyspace = None process_cleanup() servers = [] © Copyright 2009-2011, Ask Solem & Contributors0 码力 | 543 页 | 957.42 KB | 1 年前3
 Celery 2.1 Documentationbackends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassan- dra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers ImproperlyConfigured if module pycassa is not available. cleanup() Delete expired metadata. column_family = None i = 63 keyspace = None process_cleanup() servers = [] 10.6.23 Backend: Tokyo Tyrant ALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL • Removed Task.rate_limit_queue_type, as it was not really useful and made0 码力 | 285 页 | 1.19 MB | 1 年前3 Celery 2.1 Documentationbackends.cassandra class celery.backends.cassandra.CassandraBackend(servers=None, keyspace=None, column_family=None, cassan- dra_options=None, **kwargs) Highly fault tolerant Cassandra backend. servers ImproperlyConfigured if module pycassa is not available. cleanup() Delete expired metadata. column_family = None i = 63 keyspace = None process_cleanup() servers = [] 10.6.23 Backend: Tokyo Tyrant ALTER TABLE celery_taskmeta MODIFY result TEXT NULL PostgreSQL: ALTER TABLE celery_taskmeta ALTER COLUMN result DROP NOT NULL • Removed Task.rate_limit_queue_type, as it was not really useful and made0 码力 | 285 页 | 1.19 MB | 1 年前3
共 49 条
- 1
- 2
- 3
- 4
- 5














