Closed sjinks closed 4 months ago
✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.
Package | Version | Score | Details |
---|
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Description
This PR adds support for cron (cron-control-runner) to the dev env.
~Depends on: Automattic/cron-control-runner#26~ ~Depends on: Automattic/cron-control-runner#27~ ~Depends on: Automattic/vip-container-images#783~
(it still can run without the PRs above; the only difference is that the system
cron
daemon will be used instead ofcron-control-runner
)It introduces a new option to
vip dev-env create
andvip dev-env update
:Pull request checklist
New release checklist
Steps to Test
Outline the steps to test and verify the PR here.
Example:
vip dev-env create --cron < /dev/null
vip dev-env start
vip dev-env shell
ps aux
and verify that there is eithercron
orcron-control-runner
running.