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
.
AntelopeIO
/
spring
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
29
Code
Issues
123
Pull requests
23
Actions
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Wiki
Security and quality
Insights
Separate transaction queue
- #1886
#1886
Open
heifner
wants to merge 10 commits into
AntelopeIO:main
AntelopeIO/spring:main
from
heifner:separate-trx-queue
heifner/spring:separate-trx-queue
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
Separate transaction queue
#1886
heifner
wants to merge 10 commits into
AntelopeIO:main
AntelopeIO/spring:main
from
heifner:separate-trx-queue
heifner/spring:separate-trx-queue
Copy head branch name to clipboard
Commits
Commits on Feb 2, 2026
Use static to avoid get_method lookup on each call
heifner
committed
ff893a3
View commit details
Copy full SHA for ff893a3
Browse repository at this point
Add separate trx queue for transaction execution with its own priority. Transactions now execute when there are no other queued tasks to execute in the read-write or read-only queues. As of this co…
Show description for 5e3fb0c
heifner
committed
5e3fb0c
View commit details
Copy full SHA for 5e3fb0c
Browse repository at this point
Remove duplicate code
heifner
committed
c09d2f6
View commit details
Copy full SHA for c09d2f6
Browse repository at this point
Update libraries/custom_appbase/tests/custom_appbase_tests.cpp
Show description for 2c0436e
heifner
and
Copilot
committed
2c0436e
View commit details
Copy full SHA for 2c0436e
Browse repository at this point
Add ability to iterate over priority queue
heifner
committed
fd970af
View commit details
Copy full SHA for fd970af
Browse repository at this point
Log queue sizes at start block. Don't include read-only queues as those are logged when switching to read window.
heifner
committed
9de51d2
View commit details
Copy full SHA for 9de51d2
Browse repository at this point
Add logging of trx queue to get_unapplied_transactions http api.
heifner
committed
f6a020c
View commit details
Copy full SHA for f6a020c
Browse repository at this point
Remove confusing size
heifner
committed
f9e84e1
View commit details
Copy full SHA for f9e84e1
Browse repository at this point
Use optional return type for easier to understand interface. Added some additional comments.
heifner
committed
0addcfe
View commit details
Copy full SHA for 0addcfe
Browse repository at this point
Commits on Feb 6, 2026
Revert to a simple size_t before. The optional actually made it more complex, not simplier.
heifner
committed
8d8fb75
View commit details
Copy full SHA for 8d8fb75
Browse repository at this point
You can’t perform that action at this time.