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
Accelerator
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
.
graphprotocol
/
graph-node
Public
Notifications
You must be signed in to change notification settings
Fork
1.1k
Star
3.1k
Code
Issues
286
Pull requests
30
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Avoid deadlocks under heavy load, especially during index node startup
- #6224
#6224
Merged
lutter
merged 11 commits into
master
graphprotocol/graph-node:master
from
lutter/async-unblock
graphprotocol/graph-node:lutter/async-unblock
Copy head branch name to clipboard
Dec 15, 2025
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Avoid deadlocks under heavy load, especially during index node startup
#6224
lutter
merged 11 commits into
master
graphprotocol/graph-node:master
from
lutter/async-unblock
graphprotocol/graph-node:lutter/async-unblock
Copy head branch name to clipboard
Commits
Commits on Dec 9, 2025
store: Introduce ConnectionPool.get_permitted
Show description for 275ce0c
lutter
committed
275ce0c
View commit details
Copy full SHA for 275ce0c
Browse repository at this point
store: Do not hold lock on batch across await point
lutter
committed
f914287
View commit details
Copy full SHA for f914287
Browse repository at this point
store: Avoid deadlocking on connection pool
Show description for 77d2043
lutter
committed
77d2043
View commit details
Copy full SHA for 77d2043
Browse repository at this point
store: Remove PermittedConnection.into_inner
lutter
committed
0ff94bd
View commit details
Copy full SHA for 0ff94bd
Browse repository at this point
Commits on Dec 10, 2025
store: Reset store_connection_wait_time_ms after long inactivity
lutter
committed
ac70430
View commit details
Copy full SHA for ac70430
Browse repository at this point
store: Rename semaphore metric to store_semaphore_wait_ms
lutter
committed
70112b9
View commit details
Copy full SHA for 70112b9
Browse repository at this point
node: Make sure PGAPPNAME has an effect
Show description for c7dbc41
lutter
committed
c7dbc41
View commit details
Copy full SHA for c7dbc41
Browse repository at this point
Commits on Dec 11, 2025
store: Add wait time for indexing permit to connection wait time
lutter
committed
baac3b0
View commit details
Copy full SHA for baac3b0
Browse repository at this point
Commits on Dec 12, 2025
graph: Fix new warnings from rustc 1.92.0
lutter
committed
2ff9b1a
View commit details
Copy full SHA for 2ff9b1a
Browse repository at this point
store: Add blocks loaded with ancestor_block to the recent blocks cache
lutter
committed
3185c06
View commit details
Copy full SHA for 3185c06
Browse repository at this point
store: Only query db once for simultaneous ancestor_block calls
lutter
committed
792a3fe
View commit details
Copy full SHA for 792a3fe
Browse repository at this point
You can’t perform that action at this time.