Hi,
we are having some issues with the batch job executions.
This is our scenario:
- we have two data package that exports data entities to our database (BYOD)
- an external service authenticate and require the execution of the two data package via REST API (ExportToPackage)
- the exetrnal service asks the status of the executions using the executionId until is not Suceeded or Error via REST API (GetExecutionSummaryStatus)
This setup worked well for months but recently from time to time some execution of one of the data package (random) start to stuck on Executing or NotRun without any apparent reason.
We had also the same problem, mostly with the Executing status, with the "Execute now" button from the user interface.
Do you have any idea on the possible solution or cause for this problem?
In order to temporary fix the problem we are scheduling the jobs but we can't find a way to get the executionId in order to understand if the datapackage job failed or suceeded.
Thank You for your help.
Paolo