Technologies/Meilisearch/meilisearch.tasks.enqueued
MeilisearchMeilisearchMetric

meilisearch.tasks.enqueued

Tasks in enqueued status
Dimensions:None
Available on:PrometheusPrometheus (1)Native (1)
Interface Metrics (2)
PrometheusPrometheus
Current number of tasks in enqueued status
Dimensions:None
Native
Number of tasks in enqueued status
Dimensions:None

Technical Annotations (20)

Configuration Parameters (5)
MEILI_EXPERIMENTAL_MAX_NUMBER_OF_BATCHED_TASKSrecommended: 5-50
Limits concurrent task processing; lower values (5-20) for large batches, higher (up to 50) for smaller batches
MEILI_MAX_INDEXING_THREADSrecommended: 20
Example thread limit for 48-core systems during large imports
MAX_MAP_COUNTrecommended: 262144
System-level memory-mapped file limit for handling bulk document operations
NOFILE_SOFTrecommended: 65536
Soft file descriptor limit required for high-volume document indexing
NOFILE_HARDrecommended: 65536
Hard file descriptor limit required for high-volume document indexing
Error Signatures (5)
io_errorerror code
I/O error (os error 5)error code
max_fields_limit_exceedederror code
A document cannot contain more than 65,535 fields.log pattern
408http status
CLI Commands (1)
meilisearch --log-level=debugdiagnostic
Technical References (9)
autobatchingconceptattributesconcepttaskUidconcepttask statusconcept/statscomponentdatabaseSizecomponentdocumentAdditionOrUpdatecomponentfield_distributionconceptindex schemaconcept
Related Insights (7)
Unlimited task autobatching triggers resource exhaustion and I/O failurescritical
Index update backlog under high-frequency single-document writeswarning
Document operations return 202 but changes not visible in search resultswarning
Database size metric excludes task queue and API key storagewarning
Schema evolution accumulates field definitions causing field limit exceeded errorscritical
Bulk document addition causes complete API freezecritical
Process termination is safe with automatic task recoveryinfo