Hi Sean,
Thanks for the reply. Yes, we are running batch process in regular interval. We observed that the batch process - headless client is showing at Servoy admin page but it’s sitting idle, means, it’s not executing when the next interval occur.
We are making sure that at a time, the headless client handles one job only. We are running two jobs, Job 1 is a corn job, which will execute daily and Job 2 (scheduler job) runs every one hour interval and we are removing the job 2 (scheduler job) and re add once Job 1 (corn job) finished, though, we observed Job 2 (scheduler job) not running after job 1 (corn job) completed.
Do we need to separate two jobs into two different batch processes ?