Sha256: 45a15e1e8a76ec5f901c400c11b2fc93a7b139390ac662cbadb475037246e7ea
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 KB
Contents
# Dkron::Job ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name for the job. | **schedule** | **String** | Cron expression for the job. | **command** | **String** | Command to run. | **shell** | **BOOLEAN** | Use shell to run the command | [optional] **owner** | **String** | Owner of the job | [optional] **owner_email** | **String** | Email of the owner | [optional] **success_count** | **Integer** | Number of successful executions | [optional] **error_count** | **Integer** | Number of failed executions | [optional] **last_success** | **DateTime** | Last time this job executed successfully | [optional] **last_error** | **DateTime** | Last time this job failed | [optional] **disabled** | **BOOLEAN** | Disabled state of the job | [optional] **tags** | **Hash<String, String>** | Target nodes tags of this job | [optional] **retries** | **Integer** | Number of times to retry a failed job execution | [optional] **parent_job** | **String** | The name/id of the job that will trigger the execution of this job | [optional] **dependent_jobs** | [**Array<null>**](.md) | Array containing the jobs that depends on this one | [optional] **processors** | **Hash<String, String>** | Processor plugins used to process executions results of this job | [optional] **concurrency** | **String** | Concurrency policy for the job allow/forbid | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dkron-rb-0.9.2 | docs/Job.md |