quantum_swarm v1.0.0 QuantumSwarm View Source

Defines a Swarm Replicated Quantum Scheduler.

**Quantum has encountered many problemy with Swarm in the past. Therefore this libary is provided as is. The maintainers of Quantum may not be able to help resolve issues.

Instead of this code:

defmodule MyApp.Scheduler do
  use Quantum, otp_app: :my_app
end

Use this:

defmodule MyApp.Scheduler do
  use QuantumSwarm, otp_app: :my_app
end