Distributed tasks provide a nice way to run a unique task across elixir cluster.
This package is built with TDD in mind, you can easily overwrite behaviour of this package by implementing `DistributedTasks.Behaviour` and setting `Application.put_env(:distributed_tasks, :impl, MockedTasks)`.