Page 1 of 1

Auto end job after call api complete on work active job

Posted: Wed Sep 09, 2020 3:08 am
by iclassic
How should I solve this problem? Please advise.
when API Start in the first Job, It will automate generate Job in Subsystem , and it still pending for the next Job. i want it automate end when my job finish, How can do i?
or
After calling post API complete, I want this job auto end job. Because now I still see this work on work active job. I want it to end after calling the API to work complete.

Re: Auto end job after call api complete on work active job

Posted: Sat Sep 12, 2020 6:58 pm
by Scott Klement
Hello iclassic,

The IBM HTTP Server (powered by Apache) will attempt to re-use jobs. After a program runs, it does not end the job, but keeps it active so that it can be re-use for subsequent requests. This greatly improves performance.

I think it is important to understand that this is part of the IBM HTTP server, not a part of Profound UI. Our product runs as an application on IBM's server, but changes that we make to our product would not change how the HTTP server keeps jobs active. To change that, you would need to make a request of IBM.

But, before you do that, I would take a moment to think about what you are trying to achieve? Causing these jobs to end would decrease performance. Are they causing a problem for you? Perhaps there's a different solution to that problem that would be better from a performance perspective? If you tell us what problems this is causing, it will make it easier for us to help you.

Re: Auto end job after call api complete on work active job

Posted: Mon Sep 14, 2020 12:40 am
by iclassic
thank you Scott.