Hi @Leonard Bernstein,
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
You're absolutely right that the Logic App Queue trigger has a built-in minimum polling interval of one minute. This means that even if you set it to check every 3 seconds, it will only poll the queue once a minute.
The built-in Queue trigger in Logic Apps has a known limitation of a one-minute minimum polling interval, regardless of the specified interval.
While using recurrence and query Queue is a valid approach, consider using Azure Functions with a Queue trigger for a more efficient and scalable solution. This approach allows you to process messages from the queue as they arrive, without the need for fixed polling intervals.
If the issue persists, please do not hesitate to reach out further assistance. If you find this answer helpful, please click "Comment" and kindly upvote it.