@Matt interestingly, looks like SQS will wait a short amount of time before responding if there are
@Matt interestingly, looks like SQS will wait a short amount of time before responding if there are no messages (
Pull consumers are designed to use a "short polling" approach, this means that the API from CloudFlare will respond immediately with any messages that are available, or an empty response if there are no messages available, this is different from SQS will wait an amount of time before responding with an empty response.). is that something that http pull would benefit from here? or are you of the opinion that fast-response > quantity of requests is more important.



