Closed jeremy001181 closed 5 years ago
Unfortunately, the only way to configure QueueBatch
for now is the attribute. The pooling interval, etc. is configured in the BindingProvider.
If you'd like to have it, it would require a PR with some tests for passing the configuration in both ways.
Tried with the attribute approach, works like a charm, happy to close
I would like to make my function to poll the target queue every 100ms, so to achieve that I used to use
maxPollingInterval
settings and set it to00:00:00.100
, withQueueBatch
installed, this doesn't seem to work anymore. any idea?Thanks