Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lukyanov authored Jun 3, 2020
1 parent 4087d50 commit 85fcdf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ defmodule MyApp.Repo.Migrations.UpdateJobQueue do
end
```



Add a module for the queue, mix in `EctoJob.JobQueue`.
This will declare an `Ecto.Schema` to use with the table created in the migration, and a `start_link` function allowing the worker supervision tree to be started conveniently.

Expand Down

0 comments on commit 85fcdf0

Please sign in to comment.