codius / old-codius-cli

Codius Client Command Line Interface (CLI)
https://codius.org
Apache License 2.0
110 stars 13 forks source link

Vt extend cron job #60

Closed vernonjohnson closed 6 years ago

vernonjohnson commented 6 years ago

This PR allows users to schedule cron tasks that automatically extend pods. Three CLI commands have been added:

  1. cron create: add a new cron job to extend an existing pod
  2. cron view: view existing cron jobs for a pod
  3. cron remove: delete an existing cron job

Cron tasks are run at the beginning of every hour. NOTE: This feature is not supported on Windows machines.

Feature #2

sharafian commented 6 years ago

LGTM but wait for Travis to weigh in too before merging

vernonjohnson commented 6 years ago

Closing this PR to resolve issues generated by rebase. This PR will be merged instead.