Hi
I use VC to run some php files in the bacground, updating different information in databases.
I have about 20 active jobs, that run with different frequencies, some rune once every day, some run every minute.
A job that is suposed to fetch some log files for parsing, just gives up after a while, it varies a lot. It can take an hour for it to do it, it can take a week, it is very random. There are no preconditions for running these jobs, only time aspect.
Any thoughts about what do i need to check ?