I want to know how scheduling works in CF. My question is, if I have multiple jobs which start at the same date and time, will they run parallely or will run one after another in a queue?
The best answer would probably be to test it yourself. Modify your apps to record the date and time which they were run to a text file. If you see the same date/time then they're executing in parallel. Either way you'll have your answer... and more importantly... with your own scheduled apps.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.