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

Manager performance improvements #224

Merged
merged 4 commits into from
Nov 16, 2023
Merged

Conversation

sebastian-aranda
Copy link
Contributor

This PR changes a couple configurations on the LOVE-manager service:

  • Replace daphne per uvicorn a lightweight fast python ASGI server as it reduces memory use considerably.
  • Set 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.

CHANGELOG.rst Outdated
@@ -5,6 +5,7 @@ Version History
v5.14.11
Copy link
Contributor Author

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?

Copy link
Contributor

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.

Copy link
Contributor Author

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 👍.

Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

@mareuter mareuter left a 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.

@sebastian-aranda sebastian-aranda merged commit 96a60df into develop Nov 16, 2023
@sebastian-aranda sebastian-aranda deleted the tickets/DM-41588 branch November 16, 2023 21:02
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.

2 participants