Reltio Connect

 View Only
  • 1.  LCA Timeout (LIFE_CYCLE_READ_TIME_OUT_ERROR) on Customer Entity using Lambda Function

    Posted 20 days ago

    Hello

    I am hitting a LIFE_CYCLE_READ_TIME_OUT_ERROR validation error when trying to deploy a custom Python AWS Lambda function (lcatest) as an LCA hookb(Before Save) on my Customer entity.
    The Error Message:
    The custom function LambdaFunction:lcatest took more than 50ms to execute and so the processing of the record is stopped.
    LCA Hook : Before save
    What I am trying to do:
    I want to concatenate FirstName and LastName from the inbound request payload to populate a consolidated CustomerName attribute.
    Any guidance would be greatly appreciated!


    ------------------------------
    Bavithra G
    Mastech InfoTrellis
    ------------------------------


  • 2.  RE: LCA Timeout (LIFE_CYCLE_READ_TIME_OUT_ERROR) on Customer Entity using Lambda Function

    Reltio Employee
    Posted 14 days ago

    Hi Bavithra,

    Please check the configuration below in the pConfig of your tenant. The default timeout is usually 100 ms.

     "lcaConfig": {
            "nativeTimeOut": 100,
            "lambdaTimeOut": 100,
            "dvfTimeOut": 1000
        }
    Also, did you try the pattern based cleanser for your use case?


    ------------------------------
    Thanks,
    Snehil Kamal
    Senior Staff Forward Deployed Engineer
    Reltio
    Bangalore
    ------------------------------