Kyoshiro Maruo

Results 3 issues of Kyoshiro Maruo

Even after fluentd receives SIGTERM and closes, fluentd seems to keep recieving messages for a while. So, even if `flush_at_shutdown` is `true`, * buffer remains after shutdown * some messages...

v1

Hi, is it unable to run the specified job in current pipeline with one line? (not using `ci view`) Like this: ``` lab ci run manual_upload_job ``` Thanks,

Hi, can I use data source for sentry_project? Like: ``` data "sentry_project" "main" { organization = data.sentry_organization.main.id team = data.sentry_team.main.id slug = "my-project" } ``` Thanks!