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

Add info about horizontal scaling and debugging persistent queue #270

Merged
merged 2 commits into from
Sep 28, 2023

Conversation

phiresky
Copy link
Contributor

@phiresky phiresky commented Sep 9, 2023

# federation server 2/3
lemmy_server --http-server=false --federate-activities=true --federate-process-index=1 --federate-process-count=2 --disable-scheduled-tasks
# federation server 3/3
lemmy_server --http-server=false --federate-activities=true --federate-process-index=1 --federate-process-count=3 --disable-scheduled-tasks
Copy link
Member

Choose a reason for hiding this comment

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

I think you confused federate-process-index and federate-process-count here. The first should increment from 1 to 3 and the latter always be 3.

Copy link
Member

Choose a reason for hiding this comment

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

Bump. Also CI is failing on formatting.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good point. fixed

@Nutomic Nutomic merged commit 6b52d62 into LemmyNet:main Sep 28, 2023
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.

3 participants