What if you have 100 servers running the same application code and you just want to run this job, one time, for a customer? Usually I'd use a Cron with a distributed lock, which is served via Redis.
Just curious as to how the BEAM solves it as I imagine it can.
Just curious as to how the BEAM solves it as I imagine it can.