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 }}
FailproofAI
/
runtime
Public
Notifications
You must be signed in to change notification settings
Fork
45
Star
202
Code
Issues
51
Pull requests
40
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat: add timezone support for CRON triggers (#438)
- #463
#463
Open
spa-raj
wants to merge 15 commits into
FailproofAI:main
FailproofAI/runtime:main
from
spa-raj:timezone-for-CRON-triggers
spa-raj/exospherehost:timezone-for-CRON-triggers
Copy head branch name to clipboard
Conversation
Commits
15
(15)
Checks
Files changed
Open
feat: add timezone support for CRON triggers (#438)
#463
spa-raj
wants to merge 15 commits into
FailproofAI:main
FailproofAI/runtime:main
from
spa-raj:timezone-for-CRON-triggers
spa-raj/exospherehost:timezone-for-CRON-triggers
Copy head branch name to clipboard
Commits
Commits on Oct 4, 2025
feat: add timezone support for CRON triggers (#438)
Show description for db9e0a0
spa-raj
committed
db9e0a0
View commit details
Copy full SHA for db9e0a0
Browse repository at this point
test: add comprehensive tests for timezone functionality
Show description for 93071da
spa-raj
committed
93071da
View commit details
Copy full SHA for 93071da
Browse repository at this point
test: add tests for trigger_cron timezone functionality
Show description for 770eb4e
spa-raj
committed
770eb4e
View commit details
Copy full SHA for 770eb4e
Browse repository at this point
fix: validate timezone through CronTrigger model to prevent None from reaching ZoneInfo
Show description for 4b065e4
spa-raj
committed
4b065e4
View commit details
Copy full SHA for 4b065e4
Browse repository at this point
perf: cache timezone objects at module level for better performance
Show description for 9d55322
spa-raj
committed
9d55322
View commit details
Copy full SHA for 9d55322
Browse repository at this point
Commits on Oct 5, 2025
refactor: use discriminated unions for Trigger model to eliminate redundant validation
Show description for 421c4bf
spa-raj
committed
421c4bf
View commit details
Copy full SHA for 421c4bf
Browse repository at this point
Commits on Oct 6, 2025
refactor: remove redundant type field from Trigger model
Show description for 077ca50
spa-raj
committed
077ca50
View commit details
Copy full SHA for 077ca50
Browse repository at this point
refactor: simplify CronTrigger timezone field and add deduplication tests
Show description for 8142f52
spa-raj
committed
8142f52
View commit details
Copy full SHA for 8142f52
Browse repository at this point
fix: add loop_scope="session" to integration tests to fix AsyncMongoClient event loop error
Show description for b425b31
spa-raj
committed
b425b31
View commit details
Copy full SHA for b425b31
Browse repository at this point
test: extract helper function to eliminate duplication in trigger deduplication tests
Show description for 530b136
spa-raj
committed
530b136
View commit details
Copy full SHA for 530b136
Browse repository at this point
Commits on Oct 23, 2025
Merge branch 'main' into timezone-for-CRON-triggers
NiveditJain
committed
7594831
View commit details
Copy full SHA for 7594831
Browse repository at this point
Commits on Oct 24, 2025
feat: add timezone validation for CronTrigger model
Show description for 2437624
NiveditJain
committed
2437624
View commit details
Copy full SHA for 2437624
Browse repository at this point
fix: correct placement of CRON type in StateManager triggers
Show description for cacf060
NiveditJain
committed
cacf060
View commit details
Copy full SHA for cacf060
Browse repository at this point
fix: ensure timezone-aware datetime in trigger tests
Show description for e7fc2f7
NiveditJain
committed
e7fc2f7
View commit details
Copy full SHA for e7fc2f7
Browse repository at this point
chore: update pytest.ini to filter specific deprecation warnings
Show description for 9510f29
NiveditJain
committed
9510f29
View commit details
Copy full SHA for 9510f29
Browse repository at this point
You can’t perform that action at this time.