Does TS Cloud somehow "cache" or "queue" jobs to u...
# community-help
s
Does TS Cloud somehow "cache" or "queue" jobs to upsert? I noticed the following: • upserted a bulk of documents > all went fine • upserted a few single documents (using WP Admin > publish post, which uses integration to TS cloud) > all good! • however the last single document I updated as in step 2 above is not appearing in the TS Cloud. GIven this I do know my code works, documents are upserted fine, but somehow it stopped at the last post, so the only I could thnk of, is some sort of "queue"? Can I see more details about what the cloud is doing or has queueud to do somwhere?
To answer my own thing - somehow, unclear why, the ID existed in the database but the document didn’t show I deleted the document by ID, and re indexed it, which fixed the issue
j
To answer your other question, there is a small buffer inside of Typesense to hold writes while they are being applied to the in-memory index. The size of this queue is shown in the Overview page in Typesense Cloud under "Pending Write Batches"
🙏 1