1.2.0 • Published 7 years ago

gcloud-instance-scheduler v1.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

gcloud-instance-scheduler

npm-version

This is an App Engine in Node.js, that will start and stop your Compute Engine instances automatically.

Usage

  1. Download and unzip the latest release

  2. Run npm i to install the dependencies.

  3. Configure the Scheduling in cron.yaml. You can find more information about scheduling an App Engine here.

    The configuration may look like this:

    cron:
      - description: daily start job
        url: /start/instance1-zone:instance1-name|instance2-zone:instance2-name
        schedule: every mon,tue,wed,thu,fri 07:00
      - description: daily stop job
        url: /stop/instance1-zone:instance1-name|instance2-zone:instance2-name
        schedule: every mon,tue,wed,thu,fri 18:00
  4. Deploy your App Engine. You can find more information about deploying your App Engine here

1.2.0

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago