Question
What is the reason for the RIH recipe to check the queue for messages every five minutes instead of in real-time?
Answer
The recipe is running every 5 minutes because it's using a polling trigger, which is the default behavior for SQS queue triggers in Workato. Polling triggers a check for new events periodically, with intervals as frequent as every five minutes. For SQS specifically, Workato uses a "New Message" trigger that checks your specified queue at regular intervals. This isn't real-time processing, but rather a scheduled check.
Please refer to the workato documentation: Trigger behavior for more details.
Comments
Please sign in to leave a comment.