Hi and HNY all!
I’m not sure how i’ve missed this feature all these years, however i’ve just stumbled across the error handling section of the API calls (i’ve been creating bespoke solutions for retrying failed API calls until today). Can anyone tell me what I put in the relationship field. Do I need to create a 1-many with the API object so it can list the retries against the original API call which failed?
I cant find anything in the help file about this.
Thanks
1 Like
Clicking on the title of that field loads a help text with the content…
“No information to display here
Oops! It looks like there is no information to display here. A notification has been sent to the Liberty Create team for awareness.“
Hopefully the Core team will get this message and provide some context in the near future.
Made an enquiry to the dev team. The selectable relation needs to be a one2one relation between the API Requests object and itself… “It’s a self-referential relationship on the API Request object that links the current attempt to the next retry attempt record. Like a singly linked list of attempts“. If creating the one2one relation then it is possible to select that relation in the Error Handling page.
Thanks, going to check this out now
Hi, we have just tried this; setting it to try 5 times, at 1 minute intervals, unfortunately it tried 347 times in about 20 seconds. Do you know why this may be?