1.0.7 • Published 1 year ago

cronjob-protocol v1.0.7

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

Cronjob Protocol

Run your BOps in meta-system in a timely fashion.

How to use it

This protocol is meant to be downloaded as a plugin for meta-system. A simple mention of the name on your system configuration would be enough for downloading it!

{
  "protocols": [
    {
      "configuration": {...},
      "protocolType": "cronjob-protocol",
      "protocolVersion": "latest"
    }
  ]
}

Configuration

The configuration for this protocol is an object with three properties: bopsName, periodMillis, arguments.

  • bopsName: The name of the BOp you want to execute.
  • periodMillis: The time interval in which you want to run the function, in milliseconds.
  • arguments: The arguments for your BOp when it is run. These arguments are hardcoded.
1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0-fix1

3 years ago

1.0.0

3 years ago