Cron
Running recurring tasks at a specific time or interval
Application.ex
Check out
Quantum for spinning up tasks during runtime(https://github.com/sickill/quantum-elixir/blob/master/pages/runtime.md) and doing a nice config of all of them
https://hexdocs.pm/oban/Oban.html for storing in db for better distributed systems
Last updated