-
Notifications
You must be signed in to change notification settings - Fork 52
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
Replace COMPLEMENT_VERSION_CHECK_ITERATIONS #232
Comments
kegsay
added a commit
that referenced
this issue
Nov 19, 2021
…TIMEOUT_SECS The new name is clearer and easier to understand. Fixes #232. Currently, Complement will still accept the old env var but will log a Deprecated warning. Homerunner will just look for the new env var HOMERUNNER_SPAWN_HS_TIMEOUT_SECS and will ignore the old env var.
michaelkaye
added a commit
to michaelkaye/synapse
that referenced
this issue
Nov 25, 2021
This was changed in matrix-org/complement#232 and the result should be identical (50ms * 500 == 25s)
michaelkaye
added a commit
to michaelkaye/synapse
that referenced
this issue
Jan 10, 2022
This was changed in matrix-org/complement#232 and the result should be identical (50ms * 500 == 25s)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's really not clear what this is supposed to do, and what it controls. It ultimately controls how long we're willing to wait for the HS to deploy when using
docker run
so rename it toCOMPLEMENT_SPAWN_HS_TIMEOUT_SECS
perhaps. Given we sleep a bit between checks, we can deprecateCOMPLEMENT_VERSION_CHECK_ITERATIONS
and automatically convert it to a time in the new format.The text was updated successfully, but these errors were encountered: