Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not sending batch to SQS for a long period #8

Open
rifqifatih opened this issue Oct 21, 2020 · 0 comments
Open

Not sending batch to SQS for a long period #8

rifqifatih opened this issue Oct 21, 2020 · 0 comments

Comments

@rifqifatih
Copy link

Greetings,

I noticed that the plugin will not send the batch until the counter is filled:

if MessageCounter == 10 {
    err := sendBatchToSqs(sqsConf, SqsRecords)
...
}

I wonder if it should add some timer in case the logs are coming in sparsed interval.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant