• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Quartz Scheduler -- Clustering
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Quartz Scheduler -- Clustering


  • Subject: Quartz Scheduler -- Clustering
  • From: Jesse Tayler via Webobjects-dev <email@hidden>
  • Date: Tue, 11 Feb 2025 19:04:23 -0500

Hi All—

I’m trying to get Quartz Scheduler working in my project and was able to create
jobs and a scheduler to call for them to be produced and put into queue - all
runs well.

However, I worry that I’m not in Cluster-capable mode? RAM only?

If I print out a few meta properties from the scheduler, I see I’m on the RAM
store

TruAnonSchedulerJob Scheduler Name: DefaultQuartzScheduler
TruAnonSchedulerJob Scheduler Instance ID: NON_CLUSTERED
TruAnonSchedulerJob Job Store Class: class org.quartz.simpl.RAMJobStore
TruAnonSchedulerJob Thread Pool Size: 10

I did not see reason to use EOs for my Job but now I think this is the Wonder
way to cluster? Use the database?

        public boolean isEnterpriseObject() {
                // TODO Auto-generated method stub
                return false;
        }


Does this matter?

Do I need my top job to be an EO that returns true and stores a few standard
keys in the database in order to keep instances from stepping on each other’s
toes?

first_execution_date and job_description and next_execution_date and a few
others

Perhaps simply using an EO for my job CREATES the Wonder style clustering I’m
worried about?

Multiple instances? I worry they will each send out email if I use only RAM?

The Framework didn’t create any model or migrations —

Does anyone know for sure?


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Quartz Scheduler -- Clustering
      • From: Paul Hoadley via Webobjects-dev <email@hidden>
  • Prev by Date: Re: I am in PANIC MODE because of Sequoia network access restrictions
  • Next by Date: Re: Quartz Scheduler -- Clustering
  • Previous by thread: Re: I am in PANIC MODE because of Sequoia network access restrictions
  • Next by thread: Re: Quartz Scheduler -- Clustering
  • Index(es):
    • Date
    • Thread