I have created a logic app for my azure pipeline automation. Inside the logic app I have used the Azure Devops http connector to send request to azure devops via REST to queue a defined pipeline with specific parameters. I see that whenever the connector is executed, the respective pipeline gets triggered but it keeps on getting triggered until and unless the connector throws a 504 error and fails the logic app. But the pipeline runs successfully as the parameters that are passed through the logic app to Azure DevOps are valid. Any solution to this problem?