-
Notifications
You must be signed in to change notification settings - Fork 5
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
Manager performance improvements #224
Conversation
CHANGELOG.rst
Outdated
@@ -5,6 +5,7 @@ Version History | |||
v5.14.11 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one question, should this be a minor change? I think on the change of daphne per uvicorn... should that affect on the numeration?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the outward appearance of the application has not changed, then a minor version is fine. Internals are allowed to changed within that context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is a simple and great explanation! gotcha 👍.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The minor version is the second number in the semver. The last number is the patch version. The server replacement warrants a minor not a patch level change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for catching this, it almost missed that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for the comment about the version, this looks good to me.
724ff24
to
e44ff0e
Compare
This PR changes a couple configurations on the LOVE-manager service:
daphne
peruvicorn
a lightweight fast python ASGI server as it reduces memory use considerably.group_expiry
channels_redis configuration to big limit so no initial_state channels are being erased for non activity. See DM-41728.Also the remote storage feature was fixed.