Skip to content

Commit b60b639

Browse files
committed
Deployment README
1 parent 965daf8 commit b60b639

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,20 @@ defp deps do
7676
end
7777
```
7878

79+
## Deployment
80+
81+
If you're using the Mnesia queue (the default), you'll need tell your release system to include the `:mnesia` application.
82+
83+
In your mix.exs file:
84+
85+
```elixir
86+
def application do
87+
[
88+
extra_applications: [:mnesia]
89+
]
90+
end
91+
```
92+
7993
### tl;dr
8094
- Check out the [examples](https://github.com/koudelka/honeydew/tree/master/examples).
8195
- Enqueue jobs with `Honeydew.async/3`, delay jobs by passing `delay_secs: <integer>`.

0 commit comments

Comments
 (0)