Hi,
I discover some issues with pulling messages. It seems that after some time of application running, the message listener stops pulling more messages from SQS. (Other parts of the app runs normally)
I am using prefetchingMessageListener in version 4.4.0 with this conf in Ktor 1.6.7.
concurrencyLevel = { 2 }
messageVisibility = { Duration.ofSeconds(60) }
desiredPrefetchedMessages = 5
maxPrefetchedMessages = 10
I understand that this is not easy to figure out what is exactly happening and what can be wrong.
Would you have even advice on how to possibly trace this issue? Or debug it?
thanks,
Saly
Hi,
I discover some issues with pulling messages. It seems that after some time of application running, the message listener stops pulling more messages from SQS. (Other parts of the app runs normally)
I am using prefetchingMessageListener in version 4.4.0 with this conf in Ktor 1.6.7.
concurrencyLevel = { 2 }
messageVisibility = { Duration.ofSeconds(60) }
desiredPrefetchedMessages = 5
maxPrefetchedMessages = 10
I understand that this is not easy to figure out what is exactly happening and what can be wrong.
Would you have even advice on how to possibly trace this issue? Or debug it?
thanks,
Saly