Sha256: f1202e056c4b72502c0642d98f90fb730e9bcfdd30dd4ec44031a7e67cc1c78b
Contents?: true
Size: 810 Bytes
Versions: 20
Compression:
Stored size: 810 Bytes
Contents
# Allq::NewParentJob ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **tube** | **String** | Tube name | [default to "default"] **body** | **String** | Text payload | [default to "<BODY_TEXT>"] **ttl** | **Integer** | Time to live when reserved (in seconds) | [default to 1200] **delay** | **Integer** | Delay before becoming available for processing | [default to 0] **priority** | **Integer** | Priority of job in tube | [default to 5] **parent_id** | **String** | Parent job id (if applicable) | [optional] **timeout** | **Integer** | Timeout to run | [optional] **run_on_timeout** | **BOOLEAN** | Execute job after timeout | [optional] [default to false] **limit** | **Integer** | Number of children | [optional]
Version data entries
20 entries across 20 versions & 2 rubygems