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 }}
docker
/
compose
Public
Notifications
You must be signed in to change notification settings
Fork
5.8k
Star
38.2k
Code
Issues
55
Pull requests
41
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
jobs: add support for one-shot and scheduled jobs
- #14155
#14155
Draft
glours
wants to merge 17 commits into
docker:main
docker/compose:main
from
glours:jobs-engine-api
glours/compose:jobs-engine-api
Copy head branch name to clipboard
Conversation
Commits
17
(17)
Checks
Files changed
Draft
jobs: add support for one-shot and scheduled jobs
#14155
glours
wants to merge 17 commits into
docker:main
docker/compose:main
from
glours:jobs-engine-api
glours/compose:jobs-engine-api
Copy head branch name to clipboard
Commits
Commits on Sep 23, 2026
build(deps): pin compose-go to the jobs branch (compose-spec/compose-go#866)
Show description for 3fc5fff
ndeloof
authored and
glours
committed
3fc5fff
View commit details
Copy full SHA for 3fc5fff
Browse repository at this point
jobs: warn and ignore, reject active scheduled jobs on up
Show description for 60f0244
ndeloof
authored and
glours
committed
60f0244
View commit details
Copy full SHA for 60f0244
Browse repository at this point
run: execute manual-trigger jobs exactly like services
Show description for 90967c0
ndeloof
authored and
glours
committed
90967c0
View commit details
Copy full SHA for 90967c0
Browse repository at this point
jobs: wire up/run/down to the engine's jobs gRPC API
Show description for 52b697a
glours
committed
52b697a
View commit details
Copy full SHA for 52b697a
Browse repository at this point
build(deps): replace the compose-go jobs fork with upstream main
Show description for 05531cb
glours
committed
05531cb
View commit details
Copy full SHA for 05531cb
Browse repository at this point
jobs: extract shared manual/schedule predicates
Show description for 76b099d
glours
committed
76b099d
View commit details
Copy full SHA for 76b099d
Browse repository at this point
run: drop a reload in runProject that bypassed materializeManualJob
Show description for 9fc5582
glours
committed
9fc5582
View commit details
Copy full SHA for 9fc5582
Browse repository at this point
cmd: centralize the job-target error translation in WithServices
Show description for f8e0bf9
glours
committed
f8e0bf9
View commit details
Copy full SHA for f8e0bf9
Browse repository at this point
jobs: reject a job declaring both manual:true and a schedule
Show description for 1ec3c14
glours
committed
1ec3c14
View commit details
Copy full SHA for 1ec3c14
Browse repository at this point
jobs: resolve sibling service references before running a job manually
Show description for 117d6a2
glours
committed
117d6a2
View commit details
Copy full SHA for 117d6a2
Browse repository at this point
jobs: run scheduled-job registration through the same build/socket/model prep as a manual run
Show description for 0d412de
glours
committed
0d412de
View commit details
Copy full SHA for 0d412de
Browse repository at this point
up: give Up a NoStart switch instead of --no-start bypassing it
Show description for 38bf997
glours
committed
38bf997
View commit details
Copy full SHA for 38bf997
Browse repository at this point
e2e: add the missing testdata fixture for TestUpRefusesJob
Show description for 11f047c
glours
committed
11f047c
View commit details
Copy full SHA for 11f047c
Browse repository at this point
cmd: give build/pull/push the same job-target error as other commands
Show description for 120c77e
glours
committed
120c77e
View commit details
Copy full SHA for 120c77e
Browse repository at this point
jobs: route run's engine call on the job's declared trigger
Show description for 2560c4d
glours
committed
2560c4d
View commit details
Copy full SHA for 2560c4d
Browse repository at this point
jobs: fix scheduled-job registration races and run's tty handling
Show description for c622f99
glours
committed
c622f99
View commit details
Copy full SHA for c622f99
Browse repository at this point
jobs: guard against nil runs and a not-yet-created container
Show description for 79718cc
glours
committed
79718cc
View commit details
Copy full SHA for 79718cc
Browse repository at this point
You can’t perform that action at this time.