All Versions
16
Latest Version
Avg Release Cycle
39 days
Latest Release
537 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.4
August 23, 2018๐ Bug fixes
- ๐ฆ Catch thrown signals on user's init/1
-
v1.2.3
๐ Bug fixes
- ๐ท Gracefully restart workers when an unhandled message is received.
-
v1.2.2
๐ Bug fixes
- ๐ฆ Catch thrown signals from user's job code
-
v1.2.1
๐ Bug fixes
- Stop ignoring
init_retry_secs
worker option - ๐ Fixed
Honeydew.worker_opts
typespecs. - ๐ Fixed
Honeydew.start_workers
specs.
- Stop ignoring
-
v1.2.0
๐ท Honeydew now supervises your queues and workers for you, you no longer need to โ add them to your supervision trees.
๐ฅ Breaking Changes
- ๐ท
Honeydew.queue_spec/2
andHoneydew.worker_spec/3
are now hard deprecated in favor ofHoneydew.start_queue/2
andHoneydew.start_workers/3
๐ Bug fixes
- ๐ท Rapidly failing jobs no longer have a chance to take down the worker supervisor.
โจ Enhancements
- ๐ท
Honeydew.queues/0
andHoneydew.workers/0
to list queues and workers running on the local node. Honeydew.stop_queue/1
andHoneydew.stop_workers/1
to stop local queues and workers- ๐ท Workers can now use the
failed_init/0
callback in combination withHoneydew.reinitialize_worker
to re-init workers if their init fails. - Many other things I'm forgetting...
- ๐ท
-
v1.0.4
November 29, 2017๐ฅ Breaking Changes
- โ Removed
use Honeydew.Queue
in favor of@behaviour Honeydew.Queue
callbacks
โจ Enhancements
- โ Added Honeydew.worker behaviour
- Relaxed typespec for
Honeydew.worker_spec/3
module_and_args
param (#27) - ๐ New docs for
Honeydew.FailureMode
Honeydew.FailureMode.Abandon
Honeydew.FailureMode.Move
Honeydew.FailureMode.Retry
Honeydew.Queue.ErlangQueue
Honeydew.Queue.Mnesia
- Validate arguments for success and failure modes
- โ Removed