All Versions
5
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v0.10.1 Changes

    • [Enhancement] Pass job instead of job arguments in setup/teardown callbacks
  • v0.10.0 Changes

    • [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
  • v0.9.0 Changes

    • Update [Memento][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
  • v0.8.0 Changes

    • Enqueuing a job now returns {:ok, job} instead of just :ok
      • This is possibly a breaking change
  • v0.7.0 Changes

    • Que now uses [Memento][memento] instead of [Amnesia][amnesia] underneath
      • This does not change Que's API, but could cause unexpected regressions