Skip to content

Commit

Permalink
release(v0.1.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
isocroft committed Apr 18, 2019
1 parent 4ea0966 commit 08aa2d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,14 @@ An addon/plugin package to provide driver-based job queueing services in AdonisJ

## Usage

>Add a job file to the jobs folder using the command. The command below creates the file `app/Jobs/SendEmail.js`
>Add a job file to the jobs folder using the command. The command below creates the file `app/Jobs/SendEmail.js`. The queue flag in the command is for setting the queue priority channel. The queue flag has only 2 possible values: _high_ and _low_
```bash

$ adonis make:job SendEmail

$ adonis make:job SendEmail --queue=low

```

>OR
Expand Down

0 comments on commit 08aa2d8

Please sign in to comment.