Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

36 lines (19 loc) · 1.6 KB

1.0.0

#24 - mbuhot - EctoJob will work in a polling fashion when Postgrex.Notifications is not working reliably. See elixir-ecto/postgrex#375 for some background.

#23 - enzoqtvf - Add a configuration option notifications_listen_timeout for timeout for call to Postgrex.Notifications.listen!/3

#22 - niku - Fix code samples in README

0.3.0

#17 - mmartinson - Make base expiry configurable

Adds configuration options for execution_timeout and reservation_timeout.

0.2.1

#14 - mbuhot - Improve configuration flexibility

Configuration can be supplied through the supervisor opts, application config, or fallback to defaults.

#15 - mbuhot - Fix dialyzer warnings and improve docs.

0.2.0

#9 - darksheik - Configurable job polling interval

#11 - darksheik - Configurable logging level

0.1.1

#5 - darksheik - Ensure triggers dropped on job table down migration.

0.1

Initial Release to Hex.pm