Quantum Core Versions Save

:watch: Cron-like job scheduler for Elixir

v3.0.0-rc.3

3 years ago

Fixed

  • Update Docs

v3.0.0

3 years ago

Fixed

  • Fix @reboot Cron Expression (#437)

Changed

  • The Quantum.Storage behaviour contains a new mandatory child_spec/1 callback.
  • A lot of function that were not for public use have been undocumented. Those are now considered internal and may break at any point in time.
  • Quantum.Scheduler has been renamed to Quantum
  • Quantum.Storage.Adapter has been renamed to Quantum.Storage
  • The global mode has been removed. It will be reimplemented as an additional library if a stable replacement is found.

v3.0.0-rc.2

4 years ago

Changed

  • The Quantum.Storage behaviour contains a new mandatory child_spec/1 callback.

v3.0.0-rc.1

4 years ago

Changed

  • A lot of function that were not for public use have been undocumented. Those are now considered internal and may break at any point in time.
  • Quantum.Scheduler has been renamed to Quantum
  • Quantum.Storage.Adapter has been renamed to Quantum.Storage
  • The global mode has been removed. It will be reimplemented if a stable replacement is found.

v2.4.0

4 years ago

Added

  • Native Date Library (via #405)
  • Adding of inactive Jobs (via #409)

Fixed

  • GenStage 1.0 compatibility (via #424)
  • Doc Fixes (#394, #396, #400, #401)

v2.3.4

4 years ago

Fixed

  • Faster Startup duration for non-global (Fixes #376)

v2.3.3

5 years ago

Fixed

  • Fix & Test Swarm Handoff & Conflict Resolution
  • Fix Compilation Error
  • Fix Executor Stat Options for GenStage ~> 0.12.0

v2.3.2

5 years ago

Fixed

  • Global Clustering Worker Start

v2.3.1

5 years ago

Fixed

  • Fixed Regression in Run Strategy Random

v2.3.0

5 years ago

Added

  • Experimental Storage API

Fixed

  • Use Swarm for clustering to prevent broken cluster state
  • Better search for available nodes for run strategies