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 processid(pid) for currencyservice #292

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

lalitb
Copy link
Member

@lalitb lalitb commented Aug 11, 2022

Fixes #.

Changes

currencyservice is running under shell with pid>1 inside container. Which makes it difficult to send signals using docker kill command. Changed to run it as pid=1 so it can get catch the TERM/INT signal through docker kill command.

For significant contributions please make sure you have completed the following items:

  • Appropriate CHANGELOG.md updated for non-trivial changes
  • Design discussion issue #

@lalitb lalitb requested a review from a team August 11, 2022 16:18
@lalitb lalitb changed the title Fix processid for currencyservice Fix process-id for currencyservice Aug 11, 2022
@lalitb lalitb changed the title Fix process-id for currencyservice Fix processid(pid) for currencyservice Aug 11, 2022
Copy link
Member

@mviitane mviitane left a comment

Choose a reason for hiding this comment

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

Looks good. After the change, currency-service in running with pid 1.

@cartersocha cartersocha merged commit 6e8e3ab into open-telemetry:main Aug 12, 2022
jmichalak9 pushed a commit to jmichalak9/opentelemetry-demo that referenced this pull request Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants