update changelog and readme

This commit is contained in:
2016-05-16 15:06:47 -07:00
parent 4472e725fa
commit 8ac9a81fdb
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ Notable changes to the esqueue project. Pay attention to `[BREAKING]` changes wh
- [BREAKING] Change `priority` mapping to *byte*
- Exclude `output.content` from _source when query jobs
- Add optional `created_by` value to job documents
## v0.3.2

View File

@@ -60,6 +60,7 @@ Option | Default | Description
timeout | `10000` | Timeout for the job, if different than the timeout configured on the queue.
max_attempts | `3` | Number of times to re-trying assigning the job to a worker before giving up and failing.
priority | `0` | Used to move jobs up the queue. Uses nice values from `-20` to `20`.
created_by | null | Used to filter job documents by a creator identifier; meant to be consumed by external applications.
### Creating a worker