OpenPanel can prevent that a cron job is run twice in parallel (e.g. if the first execution didn't complete before a second execution was scheduled. If a job has the option no-overlap
set, it will not be run concurrently.
To set the no-overlap
option, click on Switch to File Editor button:

and simply add no-overlap
in new row for the appropiate cronjob:

and click on save.