Reltio Integration Hub

 View Only
  • 1.  Entity updates event message coming every time even if not updated that entity

    Posted 11-08-2022 05:02
    Hi ,

    we have created recipe which trigger from AWs SQS.

    what we have observed is even if we update entity one time. it keeps sending message as updated every time.

    is the logic we need to put to avoid this unnecessary duplicate update entity message.

    Ideally if we update one time it should send only one update message but it keep sending i can not even count how many times it has sent entity updated event



    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------


  • 2.  RE: Entity updates event message coming every time even if not updated that entity

    Posted 11-08-2022 05:35
    adding more information in Reltio i created entity 1jEHmoY4 on 4 Nov 2022 which is 4 days back . even today when recipe is running it is sending event as 
    entity created and this entity id where as it is not created today 8 Nov 2022






    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------



  • 3.  RE: Entity updates event message coming every time even if not updated that entity

    Founding Member
    Posted 11-09-2022 13:33

    Hi Nitin,

    One of the best practice I follow is to delete the message once consumed, this avoids duplication and queue oversizing. Hope that helps.



    ------------------------------
    Ashish Rawat
    Manager
    Fresh Gravity
    Bangalore
    ------------------------------



  • 4.  RE: Entity updates event message coming every time even if not updated that entity

    Posted 11-10-2022 09:15
    Hi Ashish ,

    That is a good suggestion that we should delete it after consuming. but for the first time also for one update, it is sending 4 times .
    Is there any way to avoid duplicate from queue 

    regards,
    Nitin Tugave


    ------------------------------
    Nitin Tugave
    eaton
    ------------------------------



  • 5.  RE: Entity updates event message coming every time even if not updated that entity

    Founding Member
    Posted 11-10-2022 09:43
    Ideally it shouldn't send multiple update for single change unless its a legitimate change due to cleanse/merge etc.

    ------------------------------
    Ashish Rawat
    Manager
    Fresh Gravity
    Bangalore
    ------------------------------