How can I schedule code to run every few hours in Elixir or Phoenix framework?
So let’s say I want to send a bunch of emails or recreate sitemap or whatever every 4 hours, how would I do … Read more
So let’s say I want to send a bunch of emails or recreate sitemap or whatever every 4 hours, how would I do … Read more
I’m learning Elixir and wonder why it has two types of function definitions: functions defined in a module with def, called using myfunction(param1, … Read more