Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
darksheik committed Mar 21, 2018
1 parent 860985f commit 1a346bb
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 @@ -144,7 +144,13 @@ defmodule MyApp.JobQueue do
...
end
```
### Options

You can customize how often the table is polled for scheduled jobs. The default is 60_000 ms.

```
config :ecto_job, :poll_interval, 15_000
```

## How it works

Expand Down

0 comments on commit 1a346bb

Please sign in to comment.