B4J Question jHttpUtils2 jobs that never finish

cyiwin

Active Member
Licensed User
Longtime User
I have an app that gets 225 jobs at a time. Most of the time it works and all the jobs complete. Sometimes the jobs never reach job.done. I have a timer that waits a minute and requests the jobs again. Those jobs never reach job.done either.

Is there a way to find out where these jobs are? Or maybe if they are tied up in a spool somewhere is there a way to clear them before requesting the new jobs?

Thanks
 

cyiwin

Active Member
Licensed User
Longtime User
Thanks for the offer. I've managed to get it to work by adding more delays and giving the jobs more time to go through.

I was hoping there was a command that would tell me how many jobs are in the buffer at any given time. I will try to have my program count them manually when calling a job and subtracting when the jobs are done but I'm not sure how well that will work.
 
Upvote 0
Top