Skip to content

Commit

Permalink
Merge pull request #1021 from slobo/patch-1
Browse files Browse the repository at this point in the history
Minor formatting of readme
  • Loading branch information
behrad authored Jun 2, 2017
2 parents a54e9dd + b222ee2 commit 4b1774d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,14 @@ data can be used to pass extra information about the job. For example a message

Job-specific events are fired on the `Job` instances via Redis pubsub. The following events are currently supported:

- `enqueue` the job is now queued
- `start` the job is now running
- `promotion` the job is promoted from delayed state to queued
- `progress` the job's progress ranging from 0-100
- `failed attempt` the job has failed, but has remaining attempts yet
- `failed` the job has failed and has no remaining attempts
- `complete` the job has completed
- `remove` the job has been removed
- `enqueue` the job is now queued
- `start` the job is now running
- `promotion` the job is promoted from delayed state to queued
- `progress` the job's progress ranging from 0-100
- `failed attempt` the job has failed, but has remaining attempts yet
- `failed` the job has failed and has no remaining attempts
- `complete` the job has completed
- `remove` the job has been removed


For example this may look something like the following:
Expand Down

0 comments on commit 4b1774d

Please sign in to comment.