- [Enhancement] Pass job instead of job arguments in setup/teardown callbacks
- [Enhancement] Add setup/teardown callbacks to workers
- [Bugfix]
ex_utils
is automatically added to the applications list when compiling/building a new release via distillery
- Update Memento dependency to v0.3.0
- This fixes issues where Mnesia would throw cyclic abort errors in high concurrency, nested worker calls leading to mnesia transaction deadlocks
- Enqueuing a job now returns
{:ok, job}
instead of just:ok
- This is possibly a breaking change
- Que now uses
Memento
instead ofAmnesia
underneath- This does not change Que's API, but could cause unexpected regressions
I don't remember tbh. Check the commit history.