2
I have a monitoring script and would like to run it every five minutes, there is some function that does this?
for example:
função (meu_script, repetir= 5 minutos)
tried some functions with Sys.time()
and proc.time()
, but I didn’t get anything good.
Here are some links that can help you. link1, Link2, link3
– Rafael Cunha