Cron job - max running

hello
What mean this in job -> max running

you can find it there
thanks

05

1 Like

Some support for that question?

My guess would be max running process at a time. So if the first script is not finished a new script will not be executed.

1 Like

Hi,

Sorry for the late reply.

The “Max running” is indeed the max running processes at the same time. So as @rem66 says, it wont spawn a new job unless the previous one is finished.

best
Peter