Sha256: bb881ea9d449dcd8478838e2552a6b9f1f3b3dc72f47b685a683d52812f24bf9
Contents?: true
Size: 855 Bytes
Versions: 1
Compression:
Stored size: 855 Bytes
Contents
# IronWorker::Group ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | Name of this group. Must be different than the image name. Can ony contain alphanumeric, -, and _. | [optional] **created_at** | **DateTime** | Time when image first used/created. | [optional] **image** | **String** | Name of Docker image to use in this group. You should include the image tag, which should be a version number, to be more accurate. Can be overridden on a per task basis with task.image. | [optional] **env_vars** | **Hash<String, String>** | User defined environment variables that will be passed in to each task in this group. | [optional] **max_concurrency** | **Integer** | The maximum number of tasks that will run at the exact same time in this group. | [optional]
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
worker_ruby-0.5.7 | docs/Group.md |