Fl4m3Ph03n1x

Fl4m3Ph03n1x

Background

I saw in a recent talk by @sasajuric in a table that he replaces conrjobs, crontabs, scripts and more using Elixir. I have tried to use mix scripts but from my experience you always end up needing to go down and execute some OS level commands using System.cmd which completely destroys the purpose and makes the script OS dependent.

Questions

  1. How to replace cronjobs with Elixir scripts? (without using anything from the OS?)
  2. How do you copy, replace, move, download files using just Elixir and not the OS commands we usually rely on?

Showing Posts 1 to 5

NobbZ

NobbZ

I have no clue which talk you are refering to, but relying on a virtual machine that is not available everywhere is not making your stuff system independant.

If you really want your scripts to be system independant, than there is nothing you can do. Your scripts will always ever target either windows or linux or mac, you can combine linux and mac in a sense, but thats it.

Best efford system independance is done by using only things that are available in busybox and also using only simplest features of sh, not the fancy extensions given by bash, dash or zsh or others.

But to be honest, your scripts will always depend on the things you want to automate…

LostKobrakai

LostKobrakai

I’m sure his intend in the talk was not to discourage using OS level tools. It’s about simplifying the stack where it’s useful and reasonable. Not needing to install and manage redis if you have ETS can be a real work saver. Not using crontab even though it’s highly unlikely you’ll run the system on a box without crontab on the other hand doesn’t really make sense.

sasajuric

sasajuric

Author of Elixir In Action

There seems to be some confusion here. I don’t replace cronjobs with mix scripts. What I tend to do, when it’s possible, is run periodical jobs straight from the system itself. I.e. I spawn a process which will periodically execute a job. This is not always possible (or simple), but when it is (and IME it often is), then you can consolidate more of the implementation of the system into a single place.

NobbZ

NobbZ

None of my systems uses any version of cron. Me and my co workers have migrated to systemds timer units.

LostKobrakai

LostKobrakai

I just used crontab as the example already mentioned. There are surely other ways to schedule stuff even in the beam itself. The point was rather that it’s a tradeoff to be made if you reimplement something in elixir (if it doesn’t exist) or if it’s simpler to use OS level tools already existing. It makes sense to move stuff into elixir if the overhead of managing the external system is extensive enough. If not just use the OS level tool until it no longer fits the above premise.

— All posts loaded —

Where Next? Top

Trending in Questions Top

RSP87
I’m working on a project that simulates the bumbl example in the programming phoenix book. It acts almost like an email client. We have a...
New
kszambelanczyk
Hello! Could someone please give me a help/sample code, how to delete a file from s3 using waffle/waffle_ecto from Phoenix app. I creat...
New
RemyXRenard
I’m seeing that a list inside a Kino.DataTable will be interpreted as a charlist, even if the Kino.configure() is set to charlists: :as_l...
New
velrest
So my question is quite simple and i have found no conclusive answer on forum, google or AI. Should we use :erlang.float for Integer to ...
New
samoloth
Hi, I’ve just set up an application with ash_authentication. There is only magic link strategy for now, so there is no confirmation add o...
New
FlyingNoodle
If a change or preparation module uses Ash.Changeset.get_argument/2 or Ash.Query.get_argument/2 (or any of the other get_argument functio...
New
ryanwinchester
apply_graft/2 doesn’t rewrite an add_many sub-workflow’s deps on an add step. Grafted jobs cancel with “upstream job was deleted” Version...
New

Other Trending Topics Top

mudasobwa
I am happy to introduce the very α version of the new programming language compiled to BEAM. Welcome Cure. It has literally three kille...
New
garrison
Hobbes is a low-level distributed database for the Elixir programming language. Hobbes provides a simple, safe, and scalable storage lay...
New
marciok
Hi there! We created Gust: A task orchestrator inspired by Airflow. For those who have never heard about Aiflow, it’s a Python-based wor...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Dmk
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve. They are GUI (Emerge) and State management (S...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews