Hi,
I am using this component from aws labs https://github.com/awslabs/aws-greengrass-labs-s3-file-uploader to upload images to s3. I will be deploying this in an environment with intermittent internet connectivity. During my tests, I noticed once the internet disconnects and connects, the stream manager component takes around 5 minutes to read and process tasks from the stream. How can I configure the stream manager to read the stream more often (less than 1 minute)?
This is what I found in Greengrass docs about retries, but couldn't find any mention of it being a configurable parameter.
For failed export attempts, stream manager continually retries exporting data to the AWS Cloud at intervals of up to five minutes.
Appreciate any help.