cancel
Showing results for 
Search instead for 
Did you mean: 

Polling using REST Get in Ultra Task / Azure Storage Queue access

stewartbulloch
New Contributor

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?

image
image

1 REPLY 1

cstewart
Former Employee

From the description of what you are trying to achieve, and the interfaces ASQ provides, using the REST GET with the “Has Next” functionality should allow you to do the polling you require.