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

fix(systemd): Remove 5 second timeout, use default (90) #15168

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

powersj
Copy link
Contributor

@powersj powersj commented Apr 16, 2024

Summary

The 5 second timeout was a little aggressive as a default value for users. Instead use the systemd default and/or let a user to set this to what they want.

Checklist

  • No AI generated code was used in this PR

Related issues

fixes: #15167

The 5 second timeout was a little aggressive as a default value for
users. Instead use the systemd default and/or let a user to set this to
what they want.

fixes: influxdata#15167
@telegraf-tiger telegraf-tiger bot added the fix pr to fix corresponding bug label Apr 16, 2024
@powersj powersj changed the title fix(system): Remove 5 second timeout, use default (90) fix(systemd): Remove 5 second timeout, use default (90) Apr 16, 2024
@powersj powersj added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Apr 16, 2024
Copy link
Member

@srebhan srebhan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @powersj!

@srebhan srebhan removed their assignment Apr 16, 2024
@DStrand1 DStrand1 merged commit 406bd5e into influxdata:master Apr 16, 2024
27 checks passed
@github-actions github-actions bot added this to the v1.30.2 milestone Apr 16, 2024
powersj added a commit that referenced this pull request Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix pr to fix corresponding bug ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Systemd does not wait until telegraf shuts down gracefully
4 participants