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

Set default value of assignedDeleteTimeout #1465

Merged
merged 2 commits into from
Jun 21, 2022

Conversation

mridulji
Copy link
Contributor

What this PR does / Why we need it: It has been found that if assignedDeleteTimeout is not set in values.yaml file then Open-Match fails silently as found in the logs of open-match-backend and pods continue to run and doesn't crash.

This PR implements the code to set the default value of assignedDeleteTimeout which is 10 minutes for now.

Which issue(s) this PR fixes:

Closes #1247

Special notes for your reviewer:

@mridulji mridulji added the kind/bug Something isn't working label Jun 15, 2022
Copy link
Contributor

@syntxerror syntxerror left a comment

Choose a reason for hiding this comment

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

LGTM

@syntxerror syntxerror merged commit 8297cac into googleforgames:main Jun 21, 2022
@mridulji mridulji added this to the v1.5.0 milestone Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/refinement kind/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Openmatch backend misbehaves if assignedDeleteTimeout is not set
2 participants