Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
fed server: process PDUs for different rooms in parallel #2520
Conversation
richvdh
added some commits
Oct 6, 2017
richvdh
assigned
erikjohnston
Oct 9, 2017
richvdh
merged commit 79bea15
into
develop
Oct 10, 2017
6 of 8 checks passed
Sytest Dendron (Commit)
Build #2735 origin/rav/process_incoming_rooms_in_parallel failed in 2 min 15 sec
Details
Sytest Dendron (Merged PR)
Build finished.
Details
Sytest Postgres (Commit)
Build #3568 origin/rav/process_incoming_rooms_in_parallel succeeded in 4 min 7 sec
Details
Sytest Postgres (Merged PR)
Build finished.
Details
Sytest SQLite (Commit)
Build #3665 origin/rav/process_incoming_rooms_in_parallel succeeded in 1 min 44 sec
Details
Sytest SQLite (Merged PR)
Build finished.
Details
continuous-integration/travis-ci/pr
The Travis CI build passed
Details
continuous-integration/travis-ci/push
The Travis CI build passed
Details
richvdh
deleted the
rav/process_incoming_rooms_in_parallel
branch
Oct 10, 2017
richvdh
referenced this pull request
Oct 10, 2017
Closed
Ralith's HS took 30 mins to process a single fed txn with 27 PDUs #1776
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
richvdh commentedOct 9, 2017
•
edited
With luck, this will give a real-time improvement when there are many rooms
and the server ends up calling out to fetch missing events.
(includes #2518)