+Lazarus is a fork of the [Lifeline](https://github.com/oban-bg/oban/blob/main/lib/oban/plugins/lifeline.ex) plugin.
+
+The only difference is that if a job limited to 1 attempt was found to be stuck executing it will be revived and allowed to try again. Lifeline would normally discard the job because it would be out of attempts.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `oban_plugins_lazarus` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:oban_plugins_lazarus, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/oban_plugins_lazarus>.