stewartbulloch
5 years agoNew Contributor
Polling using REST Get in Ultra Task / Azure Storage Queue access
I would like to build a pipeline that reads from Azure Storage Queues and then executes a child pipeline if there are messages to consume. There do not appear to be any pre-built snaps, unlike for Azure Storage Blobs.
I can’t see a specific method to do a continuous poll using a Rest GET method either but there is a possible solution by using the pagination feature where next = true and setting the pagination interval to be the poll. Am I missing a more obvious solution though and are there any problems with this approach?