Closed (fixed)
Project:
Search API Meilisearch
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Aug 2025 at 14:10 UTC
Updated:
22 Aug 2025 at 18:59 UTC
Jump to comment: Most recent
Comments
Comment #3
deaom commentedWhen adding the timeout to waitForUpdate in #3540463: Add timeout to waitForTask() discovered that the waitForTask is sometimes directly called, which should not happen. That also means the timeout set was not always applied. Checked if there are any other instance where $this->connection is directly called, found some in tests but other than that the only issue was with waitForTask. Again, test are expected to fail as the #3540463: Add timeout to waitForTask() first needs to be merged to add the timeout.
Setting to needs review to not cause confusion.
Comment #6
bcizej commentedRebased and merged, thanks.