Overview
(Re)start the index queue
The startIndexQueue()
method is used to initiate or restart the batch index queue in the Plauti Deduplicate system. This ensures that all records currently in the queue are processed for indexing. The method is particularly useful for scenarios where the queue has become idle or when records have been manually added to the queue outside of standard doIndex
methods.
Key points
- Starts or restarts the batch index queue to process records flagged for indexing.
- Use when the batch index queue (
Duplicate Check Queue
object) is idle but still contains records. - The method runs asynchronously
Updated 17 days ago