Tags: ddev/ddev-cron
Tags
Move to Dockerfile installation (#32) * Move to Dockerfile installation * fix README typos * Update readme * Update README.md Co-authored-by: Randy Fay <randy@randyfay.com> * Update README.md Co-authored-by: Randy Fay <randy@randyfay.com> * Update README.md Co-authored-by: Randy Fay <randy@randyfay.com> * Use `COPY` command because it's preferred https://www.geeksforgeeks.org/difference-between-the-copy-and-add-commands-in-a-dockerfile/ * Dynamically add `.cron` files * Concatenate project cron jobs * attempt to add cron jobs to current user * centralize health checks and example tests * Fix COPY command preventing multiple jobs * Fix typo Co-authored-by: Randy Fay <randy@randyfay.com> * Remove repeated section Co-authored-by: Randy Fay <randy@randyfay.com> * Remove requirement statement Co-authored-by: Randy Fay <randy@randyfay.com> * Use `crontab -l` in example because it is simpler * Remove customize instructions * Remove extra line --------- Co-authored-by: tyler36 <7234392+tyler36@users.noreply.github.com> Co-authored-by: Randy Fay <randy@randyfay.com>
Use crontab for cron, add examples to README including typo3 scheduler ( #14) * Use user-oriented crontab command, update docs * Add TYPO3 scheduler and drush cron examples * Update tests * Don't change silly name of log because it breaks things * Fixup after rebase
PreviousNext