Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
verdigado
/
rocketchat2matrix
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
17
Code
Issues
14
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement ordered concurrency
- #31
#31
Open
flying-scorpio
wants to merge 8 commits into
verdigado:main
verdigado/rocketchat2matrix:main
from
flying-scorpio:ordered-concurrency
flying-scorpio/rocketchat2matrix:ordered-concurrency
Copy head branch name to clipboard
Conversation
Commits
8
(8)
Checks
Files changed
Open
Implement ordered concurrency
#31
flying-scorpio
wants to merge 8 commits into
verdigado:main
verdigado/rocketchat2matrix:main
from
flying-scorpio:ordered-concurrency
flying-scorpio/rocketchat2matrix:ordered-concurrency
Copy head branch name to clipboard
Commits
Commits on Jul 26, 2024
Use PromisePool to add concurrency to users and rooms
flying-scorpio
committed
2aa2626
View commit details
Copy full SHA for 2aa2626
Browse repository at this point
Use a Map to assign messages to their corresponding room for processing
flying-scorpio
committed
c19a9ad
View commit details
Copy full SHA for c19a9ad
Browse repository at this point
Add types for the processing queues
flying-scorpio
committed
15cda97
View commit details
Copy full SHA for 15cda97
Browse repository at this point
Commits on Jul 29, 2024
Use camelCase for new variables
flying-scorpio
committed
78948bc
View commit details
Copy full SHA for 78948bc
Browse repository at this point
Commits on Jul 30, 2024
Move switch out of while loop, add loops for each case
flying-scorpio
committed
9fa8e03
View commit details
Copy full SHA for 9fa8e03
Browse repository at this point
Move PromisePools inside each case
flying-scorpio
committed
64935fd
View commit details
Copy full SHA for 64935fd
Browse repository at this point
Wrap lineByLine in iterator to remove queues
flying-scorpio
committed
7a7fdec
View commit details
Copy full SHA for 7a7fdec
Browse repository at this point
Commits on Aug 15, 2024
Handle messages in batches to avoid OOM kill
flying-scorpio
committed
bee1c2f
View commit details
Copy full SHA for bee1c2f
Browse repository at this point
You can’t perform that action at this time.