enum SpotEventPluginPreJobTaskMode
| Language | Type name |
|---|---|
Python | aws_rfdk.deadline.SpotEventPluginPreJobTaskMode |
TypeScript (source) | aws-rfdk » deadline » SpotEventPluginPreJobTaskMode |
How the Spot Event Plugin should handle Pre Job Tasks.
See https://docs.thinkboxsoftware.com/products/deadline/10.2/1_User%20Manual/manual/job-scripts.html
Members
| Name | Description |
|---|---|
| CONSERVATIVE | Only start 1 Spot instance for the pre job task and ignore any other tasks for that job until the pre job task is completed. |
| IGNORE | Do not take the pre job task into account when calculating target capacity. |
| NORMAL | Treat the pre job task like a regular job queued task. |
CONSERVATIVE
Only start 1 Spot instance for the pre job task and ignore any other tasks for that job until the pre job task is completed.
IGNORE
Do not take the pre job task into account when calculating target capacity.
NORMAL
Treat the pre job task like a regular job queued task.

Python
TypeScript (