Skip to main content

inline::reference

Description

Reference implementation of batches API with KVStore persistence.

Configuration

FieldTypeRequiredDefaultDescription
sqlstoreSqlStoreReferenceNoConfiguration for the SQL store backend.
sqlstore.table_namestrNoName of the table to use for the SqlStore
sqlstore.backendstrNoName of backend from storage.backends
max_concurrent_batchesintNo1Maximum number of concurrent batches to process simultaneously.
max_concurrent_requests_per_batchintNo10Maximum number of concurrent requests to process per batch.

Sample Configuration

sqlstore:
table_name: batches
backend: sql_default