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
Type
/
to 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
.
corbitsdev
/
workbench
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Routines: replace schedules with claim-and-compensate routine scheduling
- #8
#8
Merged
TheGreatAxios
merged 28 commits into
main
corbitsdev/workbench:main
from
cl-routines
corbitsdev/workbench:cl-routines
Copy head branch name to clipboard
Aug 9, 2026
Conversation
Commits
28
(28)
Checks
Files changed
Merged
Routines: replace schedules with claim-and-compensate routine scheduling
#8
TheGreatAxios
merged 28 commits into
main
corbitsdev/workbench:main
from
cl-routines
corbitsdev/workbench:cl-routines
Copy head branch name to clipboard
Commits
Commits on Aug 9, 2026
Add tests for the Routine domain package
Show description for 5b32aba
TheGreatAxios
committed
5b32aba
View commit details
Copy full SHA for 5b32aba
Browse repository at this point
Add @corbits/routines: the Routine domain model
Show description for adcf56b
TheGreatAxios
committed
adcf56b
View commit details
Copy full SHA for adcf56b
Browse repository at this point
Document the Routine concept
Show description for 626b29c
TheGreatAxios
committed
626b29c
View commit details
Copy full SHA for 626b29c
Browse repository at this point
Mount @corbits/routines into the hub, with a real folded-run launcher
Show description for 0f1af29
TheGreatAxios
committed
0f1af29
View commit details
Copy full SHA for 0f1af29
Browse repository at this point
Add tests for the Routines page
Show description for f514749
TheGreatAxios
committed
f514749
View commit details
Copy full SHA for f514749
Browse repository at this point
Replace the Workflows page with Routines
Show description for a82b78b
TheGreatAxios
committed
a82b78b
View commit details
Copy full SHA for a82b78b
Browse repository at this point
Update docs: Routine glossary entry
TheGreatAxios
committed
13458a8
View commit details
Copy full SHA for 13458a8
Browse repository at this point
Fix routine-mount test to compile against HubConfig.socialProviders
TheGreatAxios
committed
10d8215
View commit details
Copy full SHA for 10d8215
Browse repository at this point
Retire @corbits/schedules in favor of @corbits/routines
Show description for 336e22e
TheGreatAxios
committed
336e22e
View commit details
Copy full SHA for 336e22e
Browse repository at this point
Update docs: clarify Routine vocabulary and scheduler limits
Show description for 557f77d
TheGreatAxios
committed
557f77d
View commit details
Copy full SHA for 557f77d
Browse repository at this point
Add tests for routine scheduling reliability, cron validation, and delete history survival
Show description for d557008
TheGreatAxios
committed
d557008
View commit details
Copy full SHA for d557008
Browse repository at this point
Persist due-fire state, claim fires atomically, and soft-delete routines
Show description for 3abf1f6
TheGreatAxios
committed
3abf1f6
View commit details
Copy full SHA for 3abf1f6
Browse repository at this point
Add tests for wall-clock-aligned interval next-run estimates
Show description for 689e275
TheGreatAxios
committed
689e275
View commit details
Copy full SHA for 689e275
Browse repository at this point
Align the Routines page's next-run estimate with the scheduler's cron semantics
Show description for a245cff
TheGreatAxios
committed
a245cff
View commit details
Copy full SHA for a245cff
Browse repository at this point
Add tests for backfilling next_fire_at on pre-existing routines
Show description for b046ee8
TheGreatAxios
committed
b046ee8
View commit details
Copy full SHA for b046ee8
Browse repository at this point
Backfill next_fire_at for routines that predate the column
Show description for 176803b
TheGreatAxios
committed
176803b
View commit details
Copy full SHA for 176803b
Browse repository at this point
Add tests for the scheduler's launch-failure recovery
Show description for dd7d663
TheGreatAxios
committed
dd7d663
View commit details
Copy full SHA for dd7d663
Browse repository at this point
Retry a routine's fire after a launch failure instead of dropping it
Show description for f9dc871
TheGreatAxios
committed
f9dc871
View commit details
Copy full SHA for f9dc871
Browse repository at this point
Share one cron parser between the hub and the Routines page
Show description for 96ddddf
TheGreatAxios
committed
96ddddf
View commit details
Copy full SHA for 96ddddf
Browse repository at this point
Add tests proving a compensated fire cannot clobber a concurrent trigger edit
Show description for 7165c8e
TheGreatAxios
committed
7165c8e
View commit details
Copy full SHA for 7165c8e
Browse repository at this point
Make a failed-fire restore conditional on the claim it is undoing
Show description for 8266146
TheGreatAxios
committed
8266146
View commit details
Copy full SHA for 8266146
Browse repository at this point
Fix migration 0003 referencing a column 0004 hasn't added yet
Show description for 05911e1
TheGreatAxios
committed
05911e1
View commit details
Copy full SHA for 05911e1
Browse repository at this point
Add tests for the routine migration's schema, idempotency, and fireability
Show description for e92548e
TheGreatAxios
committed
e92548e
View commit details
Copy full SHA for e92548e
Browse repository at this point
Collapse routine migrations into a single, final-shape file
Show description for f1404fc
TheGreatAxios
committed
f1404fc
View commit details
Copy full SHA for f1404fc
Browse repository at this point
Add DB-gated tests for the drizzle claim-and-compensate path
Show description for 49ec6ae
TheGreatAxios
committed
49ec6ae
View commit details
Copy full SHA for 49ec6ae
Browse repository at this point
Mint routine ids through Interchange instead of a local generator
Show description for 26effe2
TheGreatAxios
committed
26effe2
View commit details
Copy full SHA for 26effe2
Browse repository at this point
Allow routine tables in the no-product-tenancy check
Show description for fec1f5b
TheGreatAxios
committed
fec1f5b
View commit details
Copy full SHA for fec1f5b
Browse repository at this point
Keep command-palette and routines both on the web package after rebase
Show description for 5961241
TheGreatAxios
committed
5961241
View commit details
Copy full SHA for 5961241
Browse repository at this point
You can’t perform that action at this time.