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

stjefim
Hello! Suppose you are building workflow (order / task / payment) processing system with the following requirements: Each workflow con...
New
jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Blokh
Hey guys, I’ve got a huge CSV ( around 10 GB ) that needs to be processed hourly Do you guys have any suggestions what is the best prac...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
roeland
Kia ora, We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
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
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
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
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews