I'm experiencing timeouts in ExpiredMessagesCleanupTask, so I dig into the code and noticed that ExpiredMessagesCleanupInterval is not used for ExpiredMessagesCleanupTask (which is hardcoded to 60 seconds).
Could you bind this configuration to the task, and make it more accessible via SqlServerTransportOption ?
Hello,
I'm experiencing timeouts in ExpiredMessagesCleanupTask, so I dig into the code and noticed that ExpiredMessagesCleanupInterval is not used for ExpiredMessagesCleanupTask (which is hardcoded to 60 seconds). Could you bind this configuration to the task, and make it more accessible via SqlServerTransportOption ?
Thanks you !