We have an Azure logic app that fires every 60 seconds. It fetches a URL. Typically this would only take < 1s, but sometimes if there's a lot of work to do on the other end it can be higher.
Will the Azure logic app service wait to fire again if the previous request is still pending or will it just fire again regardless?