Jay Ashe from Cava - Elixir in Production Elixir Orb for CircleCI

Nightly Tasks with a GenServer

Recently on my side project Grapevine, I wanted to start shuffling up the featured games on the homepage. To do this, I set up a nightly process that does the re-ordering. This uses OTP primitives (plus Timex for time manipulating) in order to achieve this.

https://blog.smartlogic.io/genserver-nightly-task/