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 }}
orangecoding
/
cronpilot
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
5
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
feat: real-time job status via Server-Sent Events
- #1
#1
Merged
orangecoding
merged 15 commits into
master
orangecoding/cronpilot:master
from
feat/sse-job-status
orangecoding/cronpilot:feat/sse-job-status
Copy head branch name to clipboard
Apr 28, 2026
Conversation
Commits
15
(15)
Checks
Files changed
Merged
feat: real-time job status via Server-Sent Events
#1
orangecoding
merged 15 commits into
master
orangecoding/cronpilot:master
from
feat/sse-job-status
orangecoding/cronpilot:feat/sse-job-status
Copy head branch name to clipboard
Commits
Commits on Apr 28, 2026
feat: add eventBus singleton for run event broadcasting
orangecoding
committed
d2a9b91
View commit details
Copy full SHA for d2a9b91
Browse repository at this point
fix: remove EventEmitter listener limit for SSE scaling
orangecoding
committed
80ad4be
View commit details
Copy full SHA for 80ad4be
Browse repository at this point
feat: accept gateway token from query param for EventSource compatibility
orangecoding
committed
a8105bf
View commit details
Copy full SHA for a8105bf
Browse repository at this point
docs: add comment explaining query param token fallback for EventSource
orangecoding
committed
eeafd05
View commit details
Copy full SHA for eeafd05
Browse repository at this point
feat: emit run:started and run:finished events on the eventBus
orangecoding
committed
98dcade
View commit details
Copy full SHA for 98dcade
Browse repository at this point
feat: add GET /api/events SSE endpoint for real-time run status
Show description for 34d012d
orangecoding
and
claude
committed
34d012d
View commit details
Copy full SHA for 34d012d
Browse repository at this point
fix: guard SSE writes against closed socket, add Nginx buffering header, improve test timeout
orangecoding
committed
5dfce70
View commit details
Copy full SHA for 5dfce70
Browse repository at this point
feat: add useJobEvents hook for SSE subscription
orangecoding
committed
a489f94
View commit details
Copy full SHA for a489f94
Browse repository at this point
fix: add JSON.parse guard and clarifying comments to useJobEvents
orangecoding
committed
d74ad5c
View commit details
Copy full SHA for d74ad5c
Browse repository at this point
feat: expose updateRunStarted/updateRunFinished from useJobs for SSE updates
orangecoding
committed
24776a7
View commit details
Copy full SHA for 24776a7
Browse repository at this point
feat: expose handleRunFinished from useRunHistory for SSE-driven refresh
orangecoding
committed
fbc8af4
View commit details
Copy full SHA for fbc8af4
Browse repository at this point
docs: comment pagination reset intent in handleRunFinished
orangecoding
committed
0b022c2
View commit details
Copy full SHA for 0b022c2
Browse repository at this point
feat: wire SSE events to job list and run history panel via useJobEvents
Show description for 39d2f33
orangecoding
and
claude
committed
39d2f33
View commit details
Copy full SHA for 39d2f33
Browse repository at this point
docs: clarify refresh() intent in handleHistory
orangecoding
committed
1271f9a
View commit details
Copy full SHA for 1271f9a
Browse repository at this point
fix: only refresh run history when same job is re-selected, not on job switch
orangecoding
committed
a5e69ec
View commit details
Copy full SHA for a5e69ec
Browse repository at this point
You can’t perform that action at this time.