I have a script that I want to loop indefinitely outside my rails app, essentially it's just writing values over serial (with the SerialPort library), Can I just us backticks
to run my script?
Lastly my biggest concern is that the script will block requests to my rails app while its running. I want it to spawn it's own process, is this possible without using one of these Background job or Workling/Starling solutions?