Skip to content

Commit

Permalink
Update CHANGELOG with RETRY feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuhot committed Oct 24, 2019
1 parent 91d32e1 commit 9183f21
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ Lower numbers run first, the default value is 0.

Thanks to [ramondelemos](https://github.com/ramondelemos) for contibuting this feature!

### Migrating
[#45](https://github.com/mbuhot/ecto_job/pull/45) - [gabriel128](https://github.com/gabriel128) Failed jobs will retry before the full `execution_timeout` when an error occurs. By default the first retry will occur 30 seconds after failure.

Thanks to [gabriel128](https://github.com/gabriel128) for contributing this feature!

### Migrating to 3.0

To upgrade to version 3.0 you must add a migration to update the pre-existent job queue tables:

Expand Down

0 comments on commit 9183f21

Please sign in to comment.