3.1.0 • Published 2 years ago

@runnerty/trigger-schedule v3.1.0

Weekly downloads
51
License
MIT
Repository
github
Last release
2 years ago

NPM version Downloads Dependency Status

Schedule Trigger for Runnerty:

Installation:

Through NPM

npm i @runnerty/trigger-schedule

You can also add modules to your project with runnerty

npx runnerty add @runnerty/trigger-schedule

This command installs the module in your project, adds example configuration in your config.json and creates an example plan of use.

If you have installed runnerty globally you can include the module with this command:

runnerty add @runnerty/trigger-schedule

Configuration:

Add in config.json:

{
  "triggers": [
    {
      "id": "schedule_default",
      "type": "@runnerty-trigger-schedule"
    }
  ]
}

Plan sample:

Add in plan.json:

{
  "triggers": [
    {
      "id":"schedule_default",
      "start_date":"2017-09-05T00:00:00.00Z",
      "end_date":"2099-09-05T00:00:00.00Z",
      "schedule_interval":"*/1 * * * *"
    }
  ]
}
3.1.0

2 years ago

3.0.6

2 years ago

3.0.5

2 years ago

3.0.4

3 years ago

3.0.3

3 years ago

3.0.2

3 years ago

3.0.1

3 years ago

3.0.0

3 years ago

3.0.0-alpha.1

3 years ago

3.0.0-alpha.0

3 years ago

2.0.0

4 years ago

1.0.0

5 years ago

0.0.1

7 years ago