I am new to BODS, At present I have configured a job to execute every 2 minutes to perform transaction from MySQL server and load into HANA tables.
But sometimes when the data volume in MySQL is too large to transform and load into HANA within 2 minutes, the job is still executing my next iteration for the same job starts which results in BODS failure.
My question is: is there is any option BODS to check for the execution status of the scheduled job between runs?
Please help me out with this.