O
observatory
Hello,
I have a ruby (rails) cronjob.
When I monitor the execution of the cronjob with top, I notice that 2
more processes show up in there (instead of just one for my cronjob).
My cronjob captures the output of running a python script (with the
`python script.py` syntax). Can this be the cause? Why?
Thanks for any tips
I have a ruby (rails) cronjob.
When I monitor the execution of the cronjob with top, I notice that 2
more processes show up in there (instead of just one for my cronjob).
My cronjob captures the output of running a python script (with the
`python script.py` syntax). Can this be the cause? Why?
Thanks for any tips