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

Allow wsrelay to fail without FATAL #15191

Merged
merged 1 commit into from
May 20, 2024

Conversation

TheRealHaoLiu
Copy link
Member

SUMMARY

Reverting previous change that prevents wsrelay from failing and restart processes internally.

We have not identify the root cause of wsrelay failure but attempt to make wsrelay restart itself resulted in postgres and redis connection leak. We were not able to fully identify where the redis connection leak comes from so reverting back to failing and removing startsecs 30 will prevent wsrelay to FATAL

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
COMPONENT NAME
  • API
AWX VERSION

ADDITIONAL INFORMATION

Copy link
Contributor

@gundalow gundalow left a comment

Choose a reason for hiding this comment

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

Nitpick, can we be consistent with the "slept for 10s" messages.

awx/main/management/commands/run_wsrelay.py Show resolved Hide resolved
awx/main/management/commands/run_wsrelay.py Outdated Show resolved Hide resolved
We have not identify the root cause of wsrelay failure but attempt to make wsrelay restart itself resulted in postgres and redis connection leak. We were not able to fully identify where the redis connection leak comes from so reverting back to failing and removing startsecs 30 will prevent wsrelay to FATAL
@TheRealHaoLiu TheRealHaoLiu enabled auto-merge (squash) May 20, 2024 18:32
@TheRealHaoLiu TheRealHaoLiu merged commit fc9064e into ansible:devel May 20, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants