Regarding multiple times running of jobs at a same time

I have scheduled a bot such as when a bot is triggered, the job runs twice at a time for the same process.
First job can read the config successfully but second job gets faulted as it can’t read the config.
What could be reason for it and what could be the solution for this issue.

@anirudha_kale
Use Kill Process with Excel and add a delay 2 sec
It may occur the Excel application is running though the Process stopped.
If place kill before Reading the Config file, the application is Killed at running in Background and Open again while reading Config file
image

@anirudha_kale
in the excel application scope, set the read-only option to true, this will avoid the file getting locked by the other process running first.