-
Notifications
You must be signed in to change notification settings - Fork 2
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
timer with coroutine for output plugins - AWS Distro rebase #26
base: 2_31_10_all_cherry_picks
Are you sure you want to change the base?
Conversation
Signed-off-by: Wesley Pettit <[email protected]>
Signed-off-by: Wesley Pettit <[email protected]>
8b9bd6e
to
2f92c31
Compare
mk_list_foreach_safe(head, tmp, timer_coro_list) { | ||
timer_coro = mk_list_entry(head, struct flb_output_timer_coro, _head); | ||
if (timer_coro != NULL) { | ||
flb_info("[task] output=%s still running %d %s(s)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The plan is this will say "output=s3.1 still running 1 Upload(s)"
It won't actually be accurate tho it looks nice. A timer coroutine is not the same as an upload, each one could send many uploads.
Each timer coro is just a thread/helper to peform uploads.
I can't think of a better word to use here tho.
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days. |
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.