Suppose I have a function1 (http trigger) that calls a third party API to update/add some data & in a some scenario third party API returns 404/500 etc error. So in that case I have to replay the function1. So how can i achieve that, I mean if I'm using grid event so how can I push the function1 to grid event to replay or is there any other better approach?