Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth Lee committed Feb 21, 2018
1 parent 0a49be4 commit c993286
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,12 @@ You can also change the retry_interval by the number of failures.

If a job fails more than `max_retry` times, the payload is sent to `jobs.[job_name].rejected` queue.

#### Immediately Reject

TaskBunny can mark a job as rejected without retrying when `perform` returns `:reject` or `{:reject, something}`

In this case any `max_retry` config is ignored.

#### Timeout

By default, jobs timeout after 2 minutes.
Expand Down

0 comments on commit c993286

Please sign in to comment.