Sql Transport Polling Frequency Configurable?

Been digging through the docs and haven’t come up with anything mentioning if we can configure the polling frequency for the Sql Transport or not. Perhaps (read: very likely) I’m just overlooking something simple but being able to define and tune the period would be great to have/expose if not.

Hi Jimmy

Have you tried?

var transport = endpoinConfiguration.UseTransport<...>();
transport.WithPeekDelay(...)

Regards
Daniel

1 Like

well crap. I completely overlooked that in the intellisense (kept looking for something like frequency or throttle or polling… absolutely missed peek [sigh]). I was thinking too much with the SQL verbage in mind.

thanks