Skip to content

v2.17.0

Choose a tag to compare

@1franck 1franck released this 01 Aug 20:18
· 1535 commits to master since this release
  • renamed Peak\Climber\Cron\Bootstrap to Peak\Climber\Cron\BootstrapDatabase
  • added default prefix and output a message when cron job failed in Peak\Climber\Cron\Executor
  • renamed Climber cron commands to avoid collision with user app cli commands names
  • added Peak\Climber\Bootstrap\ConfigCommands
  • added lock mechanism in Peak\Climber\Cron\Executor to prevent re-executing unfinished jobs.
  • added Peak\Config\Type\TxtLoader
  • added ms precision and formatting option for toString() in Peak\Common\TimeExpression
  • fixed bug in Peak\Climber\Cron\Executor where cron repeat count field was not updated
  • fixed bug in Peak\Common\TimeExpression::toString() when time is 0
  • updated function config() in Peak\Bedrock\helpers.php to support cli application config too
  • updated Peak\Climber\Commands\ClimberCronRunCommand to propagate current environment to cron running configuration