Stax Developer Community

Developer Community

Hi,
I'm running quartz jobs within my application. I would like to know what happen if I scale my app to 5 instances, Is the job going to be executed on each instance?
thanks

Tags: cluster, job, quartz

Views: 5

Reply to This

Replies to This Discussion

There is nothing "quartz aware" about the deployment environment, so your application would need to coordinate the execution of your background tasks to ensure they get run when expected. My suggestion would be use a database to coordinate which instance of the application is responsible for running background tasks or to pull the quartz stuff out into its own non-clustered application.

RSS

Quick Links

Send Feedback

If you have any questions or feedback about Stax, please drop us a note.

© 2012   Created by Spike Washburn.

Badges  |  Report an Issue  |  Terms of Service