We have a chain of cronjobs that run most every night and it seems like they are running sequentially without regard for their trigger times listed in the GUI
does it all run in a single thread without forking and I have to background the jobs or is it something else?
does it all run in a single thread without forking and I have to background the jobs or is it something else?