enqueue-dev: object not found error
Hello, i’m getting a lot of errors with not found object (after creating object)
error:
[info] Message received from the queue: fos_elastica_doctrine_orm_sync_index_with_object_change
[debug] Headers: array (
)
[debug] Properties: array (
)
[debug] Payload: '{"action":"insert","model_class":"AppBundle\\\\Entity\\\\Order","model_id":"id","id":1744210,"index_name":"app","type_name":"order"}'
[debug] [ExclusiveCommandExtension] This is a exclusive command queue and client's properties are not set. Setting them
[info] Message processed: enqueue.ack
[info] The object "AppBundle\Entity\Order" with id "1744210" could not be found.
also, when i’m trying update entity, i’m getting not latest object, but previous. Seems like it caches somewhere
maybe we need to have delay? Or i’ve missed something in configuration?
About this issue
- Original URL
- State: closed
- Created 6 years ago
- Comments: 22 (9 by maintainers)
okay, then it is something different.