Skip to content

Commit

Permalink
fixed spelling error and removed trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
harrisonhunter committed Jul 13, 2015
1 parent 728fcde commit 469fc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -124,9 +124,9 @@ response = worker.queue(task)
### Task Options

- **priority**: Setting the priority of your job. Valid values are 0, 1, and 2. The default is 0.
- **timeout**: The maximum runtime of your task in seconds. The default maxium runtime is 3600 seconds (60 minutes), it can be up to 24 hours for Enterprise plans. The default is 3600 but can be set to a different duration.
- **timeout**: The maximum runtime of your task in seconds. The default maximum runtime is 3600 seconds (60 minutes), it can be up to 24 hours for Enterprise plans. The default is 3600 but can be set to a different duration.
- **delay**: The number of seconds to delay before actually queuing the task. Default is 0.
- **label**: Optional text label for your task.
- **label**: Optional text label for your task.
- **cluster**: cluster name ex: "high-mem" or "dedicated". This is a premium feature for customers to have access to more powerful or custom built worker solutions. Dedicated worker clusters exist for users who want to reserve a set number of workers just for their queued tasks. If not set default is set to "default" which is the public IronWorker cluster.


Expand Down

0 comments on commit 469fc3e

Please sign in to comment.