= scheduler:reschedule == Description Update scheduling of an existing job == Syntax scheduler:reschedule [options] name == Arguments |=== |Name |Description | name | The job name |=== == Options |=== |Name |Description |--period |Time during executions (in seconds) |--at |Absolute date in ISO format (ex: 2014-05-13T13:56:45) |--times |Number of times this job should be executed |--concurrent |Should jobs run concurrently or not (defaults to false) |--help |Display this help message |--cron |The cron expression |===