Skip to content

Batch processing for Active Response (Bulk Upload) #41

@yenienserrano

Description

@yenienserrano

Description

Currently, the system generates a separate request for every single document added to Active Response. This creates significant network overhead and latency when processing multiple items.

Goal

Refactor the implementation to use a Bulk/Batch approach, allowing multiple documents to be sent in a single request.

Tasks

  • Identify and refactor the current document loop in the codebase.
  • Implement a batching strategy (by timeout).

Metadata

Metadata

Assignees

Type

No fields configured for Task.

Projects

Status

Pending review

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions