A note for the community
- Please vote on this issue by adding a 馃憤 reaction to the original issue to help the community and maintainers prioritize this request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
when using aws_s3 source, the sqs client's receive_messages fn sometimes hangs with no return value.
this causes vector to stop polling from sqs (loop still waiting for a future to end before requesting again)
Configuration
sources:
s3:
auth:
assume_role: ${S3_RO_ROLE}
region: ${S3_REGION}
region: ${S3_REGION}
sqs:
queue_url: ${SQS_QUEUE_URL}
type: aws_s3
Version
0.27.0 -> 0.37.0
Debug Output
No response
Example Data
No response
Additional Context
I have made a fork with a PR that sets a timeout on the receive_messages fn, It's probably not the best way to handle it but it's working.
It's possible that updating the SDK might help, I wasn't able to update it though.
References
https://discord.com/channels/742820443487993987/1019686524742271038/threads/1214559445963505734
A note for the community
Problem
when using aws_s3 source, the sqs client's
receive_messagesfn sometimes hangs with no return value.this causes vector to stop polling from sqs (loop still waiting for a future to end before requesting again)
Configuration
Version
0.27.0 -> 0.37.0
Debug Output
No response
Example Data
No response
Additional Context
I have made a fork with a PR that sets a timeout on the
receive_messagesfn, It's probably not the best way to handle it but it's working.It's possible that updating the SDK might help, I wasn't able to update it though.
References
https://discord.com/channels/742820443487993987/1019686524742271038/threads/1214559445963505734