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 }}
dd32
/
wpcli-cron-concurrent
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
Add wp cron-concurrent command for parallel cron execution
- #1
#1
Merged
dd32
merged 11 commits into
trunk
dd32/wpcli-cron-concurrent:trunk
from
copilot/add-wp-cli-cron-plugin
dd32/wpcli-cron-concurrent:copilot/add-wp-cli-cron-plugin
Copy head branch name to clipboard
Feb 24, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
Add wp cron-concurrent command for parallel cron execution
#1
dd32
merged 11 commits into
trunk
dd32/wpcli-cron-concurrent:trunk
from
copilot/add-wp-cli-cron-plugin
dd32/wpcli-cron-concurrent:copilot/add-wp-cli-cron-plugin
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
Initial plan
Copilot
committed
efd7696
View commit details
Copy full SHA for efd7696
Browse repository at this point
Add plugin source files (composer.json, entry point, command class)
Show description for 871c9bc
Copilot
and
dd32
committed
871c9bc
View commit details
Copy full SHA for 871c9bc
Browse repository at this point
Remove composer; set up wp-env test environment
Show description for 514b2df
Copilot
and
dd32
committed
514b2df
View commit details
Copy full SHA for 514b2df
Browse repository at this point
Add GitHub Actions CI, restore composer.json, gitignore lock files, fix ANSI escapes
Show description for 83fc8bd
Copilot
and
dd32
committed
83fc8bd
View commit details
Copy full SHA for 83fc8bd
Browse repository at this point
Fix CI: use npm install instead of npm ci, remove lock-file cache
Show description for bb8cd10
Copilot
and
dd32
committed
bb8cd10
View commit details
Copy full SHA for bb8cd10
Browse repository at this point
Restrict push trigger to trunk branch only
Show description for 822e46c
Copilot
and
dd32
committed
822e46c
View commit details
Copy full SHA for 822e46c
Browse repository at this point
Add testsEnvironment: false to .wp-env.json to suppress warnings
Show description for 9c533ca
Copilot
and
dd32
committed
9c533ca
View commit details
Copy full SHA for 9c533ca
Browse repository at this point
Add WordPress plugin header to cron-concurrent.php
Show description for 4cf4904
Copilot
and
dd32
committed
4cf4904
View commit details
Copy full SHA for 4cf4904
Browse repository at this point
Fix CI: use cli container and fix grep option parsing in tests
Show description for 61bca80
dd32
and
claude
committed
61bca80
View commit details
Copy full SHA for 61bca80
Browse repository at this point
Fix tests to use --filter for isolation from WordPress default crons
Show description for 2efc5c0
dd32
and
claude
committed
2efc5c0
View commit details
Copy full SHA for 2efc5c0
Browse repository at this point
Fix race condition in test by serializing hook execution
Show description for 08bfdb3
dd32
and
claude
committed
08bfdb3
View commit details
Copy full SHA for 08bfdb3
Browse repository at this point
You can’t perform that action at this time.