I have a very long process of invoice generation and validation that works when I do it from the browser (even if it takes several hours to complete). I created a cron task that executes the same process. I can see that the cron successfully starts, but it seems to never finish. It must be silently killed, because I can see no error.
Do you know if there is some timeout for the cron tasks ? If so, how can I change this setting in order to increase the timeout limit ?