- Issue created by @d0t101101
- First commit to issue fork.
- πΊπΈUnited States kevinquillen
Thanks.
I have added code to make this more fault tolerant. If the entity is null or unload-able, an EntityStorageException is thrown. Below, I am catching that and or any general Exception.
I need to add tests, but for now I created a bogus queue item. This was the result:
β openai git:(3344603-embeddingqueueworker-processitem-errors) β drush @d10.local queue:run embedding_queue [error] Error processing queue item. Queued entity type was node and has an ID of 111272. [success] Processed 1 items from the embedding_queue queue in 0.02 sec.
- @kevinquillen opened merge request.
-
kevinquillen β
committed 08783046 on 1.0.x
Issue #3344603 by kevinquillen: EmbeddingQueueWorker->processItem()...
-
kevinquillen β
committed 08783046 on 1.0.x
- Status changed to Fixed
almost 2 years ago 4:46pm 28 February 2023 - πΊπΈUnited States d0t101101
So far so good here too after pulling in the latest DEV version. Thanks again!
- πΊπΈUnited States kevinquillen
I still found that I was tripping the limit... even if I set it to sleep(5). Hmm...
Automatically closed - issue fixed for 2 weeks with no activity.