Skip to content
Navigation Menu
Toggle navigation
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Spark
Build and deploy intelligent apps
GitHub Models
Manage and compare prompts
MCP Registry
New
Discover and integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
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
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
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 or jump to...
Search code, repositories, users, issues, pull requests...
Search syntax tips
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Sign in
Sign up
Appearance settings
Resetting focus
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 }}
hyrex-labs
/
hyrex-python
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
17
Code
Issues
11
Pull requests
0
Actions
Projects
0
Security
Uh oh!
There was an error while loading.
Please reload this page
.
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security
Insights
Commits
Branch selector
develop
User selector
All users
Datepicker
All time
Commit History
Commits on Sep 5, 2025
Merge pull request #129 from hyrex-labs/features/sync-send
Show description for 85b6190
mktrevor
authored
85b6190
Copy full SHA for 85b6190
Switch to synchronous enqueues
mktrevor
committed
cf0a2b1
Copy full SHA for cf0a2b1
Commits on Aug 28, 2025
Merge pull request #128 from hyrex-labs/features/workflow-fix
Show description for d478055
mktrevor
authored
d478055
Copy full SHA for d478055
Commits on Aug 27, 2025
Fix workflow no-parentheses bug. Also allow all JSON-serializable args as results.
mktrevor
committed
bf4fb6c
Copy full SHA for bf4fb6c
Commits on Aug 21, 2025
Improve hyrex studio formatting
mktrevor
committed
4a34cf6
Copy full SHA for 4a34cf6
Add version number output to CLI when running worker command
mktrevor
committed
e82e6fe
Copy full SHA for e82e6fe
Fix missing parameter bug and update dependencies for hyrex studio
mktrevor
committed
9dba8d7
Copy full SHA for 9dba8d7
Commits on Aug 20, 2025
Merge pull request #127 from hyrex-labs/features/capture-logs
Show description for b2b5a58
mktrevor
authored
b2b5a58
Copy full SHA for b2b5a58
Increment patch version
mktrevor
committed
5babe91
Copy full SHA for 5babe91
Update logging to also capture Python logging output streams, and strip ANSI color codes
mktrevor
committed
0d32407
Copy full SHA for 0d32407
Merge pull request #126 from hyrex-labs/features/backfill-option
Show description for 24b66d3
mktrevor
authored
24b66d3
Copy full SHA for 24b66d3
Increment patch version
mktrevor
committed
ec6eda2
Copy full SHA for ec6eda2
Add cron backfill option and update scheduler to log more to debug
mktrevor
committed
01f628e
Copy full SHA for 01f628e
Commits on Aug 18, 2025
All updates except for new SQLC command
mktrevor
committed
2efa0cc
Copy full SHA for 2efa0cc
Merge pull request #125 from hyrex-labs/features/workflow-durability
Show description for 0965da0
mktrevor
authored
0965da0
Copy full SHA for 0965da0
Increment patch version
mktrevor
committed
b190c06
Copy full SHA for b190c06
Commits on Aug 15, 2025
Increase default durable task wait timeout
mktrevor
committed
1b68b4a
Copy full SHA for 1b68b4a
Add new durability cron and improved workflow queries. Also, delete old sql directories
mktrevor
committed
6610e16
Copy full SHA for 6610e16
Commits on Aug 14, 2025
Improve validation on workflow crons (no arg schema allowed) or tasks in workflows (no args allowed without defaults)
mktrevor
committed
da19eff
Copy full SHA for da19eff
Merge pull request #124 from hyrex-labs/features/fix-system-crons
Show description for 1e10bf0
mktrevor
authored
1e10bf0
Copy full SHA for 1e10bf0
Increment patch versin
mktrevor
committed
fe0b0f5
Copy full SHA for fe0b0f5
Register system cron queries, fixing SQL escape sequences. Also fix minor scheduling bug that limited cron scheduler to one run per 30s
mktrevor
committed
5fe790c
Copy full SHA for 5fe790c
Commits on Aug 13, 2025
Merge pull request #123 from hyrex-labs/features/fix-workflows
Show description for 38eaeb4
mktrevor
authored
38eaeb4
Copy full SHA for 38eaeb4
Remove random failures from workflow demo
mktrevor
committed
0a43f03
Copy full SHA for 0a43f03
Use uuid7 function
mktrevor
committed
3eee11e
Copy full SHA for 3eee11e
Merge pull request #122 from hyrex-labs/features/fix-workflows
Show description for faf0eed
mktrevor
authored
faf0eed
Copy full SHA for faf0eed
Update patch version
mktrevor
committed
9ee7cdf
Copy full SHA for 9ee7cdf
Fix cron jobs being created with a hard-coded UUID
mktrevor
committed
c9ffe2c
Copy full SHA for c9ffe2c
Fix workflow args/results/etc. by updating SQLC and minor dispatcher changes
mktrevor
committed
e957ca1
Copy full SHA for e957ca1
Commits on Aug 11, 2025
Merge pull request #119 from hyrex-labs/features/updates
Show description for 09aa1b5
mktrevor
authored
09aa1b5
Copy full SHA for 09aa1b5
Add __main__.py to allow calling hyrex as a python module
mktrevor
committed
8071dd5
Copy full SHA for 8071dd5
Fix log levels in worker subprocesses
mktrevor
committed
df27c49
Copy full SHA for df27c49
Commits on Aug 8, 2025
Update logger to use colors and labels
mktrevor
committed
c1d729d
Copy full SHA for c1d729d
Commits on Aug 5, 2025
Merge pull request #118 from hyrex-labs/features/init-update
Show description for 12c50dd
mktrevor
authored
12c50dd
Copy full SHA for 12c50dd
Remove unnecessary task
mktrevor
committed
0b56dc9
Copy full SHA for 0b56dc9
Pagination
Previous
Next
You can’t perform that action at this time.