ofbiz job scheduler !

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

ofbiz job scheduler !

prashant punekar
Hi All,

We have two ofbiz server on load balancer and two mysql database in cluster mode.
We have few scheduled jobs, where the information gets stored in job_sandbox table.
As both the app servers have the same definition for thread-pool tag in serviceengine.xml.

<thread-pool send-to-pool="pool"...........................>

Doubt :

Which ofbiz server will kick of the scheduled job ?
Is Ofbiz smart enough to be aware that one instance has already kicked off the scheduled job and the other instance doesn't need to do the same ?
Or both the ofbiz servers will kick of the scheduled job at the same time ?

Regards,
Prashant


________________________________
http://www.mindtree.com/email/disclaimer.html
Reply | Threaded
Open this post in threaded view
|

Re: ofbiz job scheduler !

Scott Gray-2
Jobs get marked as running in the database before they are actually executed so another instance won't pick up an already running job.  The code in the JobManager isn't really that complex and if you're running multiple instances it might be a good idea to get familiar with how it works.

Regards
Scott

HotWax Media
http://www.hotwaxmedia.com

On 8/07/2010, at 5:31 AM, Prashant Punekar wrote:

> Hi All,
>
> We have two ofbiz server on load balancer and two mysql database in cluster mode.
> We have few scheduled jobs, where the information gets stored in job_sandbox table.
> As both the app servers have the same definition for thread-pool tag in serviceengine.xml.
>
> <thread-pool send-to-pool="pool"...........................>
>
> Doubt :
>
> Which ofbiz server will kick of the scheduled job ?
> Is Ofbiz smart enough to be aware that one instance has already kicked off the scheduled job and the other instance doesn't need to do the same ?
> Or both the ofbiz servers will kick of the scheduled job at the same time ?
>
> Regards,
> Prashant
>
>
> ________________________________
> http://www.mindtree.com/email/disclaimer.html


smime.p7s (3K) Download Attachment