Sha256: 5fac7b08538f12366af5d2963791912d7407b553ea744203afcb56c2887311a4

Contents?: true

Size: 1.88 KB

Versions: 2

Compression:

Stored size: 1.88 KB

Contents

# Dkron::Job

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Name for the job. Use only lower case letters (unicode), digits, underscore and dash. | 
**displayname** | **String** | Nice name for the job. Optional. | [optional] 
**schedule** | **String** | Cron expression for the job. | 
**timezone** | **String** | Timezone where the job will be executed. By default and when field is set to empty string, the job will run in local time. | [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] 
**metadata** | **Hash<String, String>** | Extra metadata tags for 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<String>** | Array containing the jobs that depends on this one | [optional] 
**processors** | [**Processors**](Processors.md) |  | [optional] 
**concurrency** | **String** | Concurrency policy for the job allow/forbid | [optional] 
**executor** | **String** | Executor plugin used to run the job | [optional] 
**executor_config** | **Hash<String, String>** | Executor plugin parameters | [optional] 
**status** | **String** | Status of the job | [optional] 


Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
dkron-rb-1.1.0 docs/Job.md
dkron-ruby-3.0.0 docs/Job.md