Configure the number of worker instances for Geocode batch processing

Procedure

  1. In Guidewire Studio, navigate to configuration > config > workqueue and open work-queue.xml for editing.
  2. Modify the number of worker instances in the following section in file work-queue.xml to meet your business needs.
    <work-queue workQueueClass="com.guidewire.pc.domain.geodata.geocode.PCGeocodeWorkQueue"
          progressinterval="600000">
      <worker instances="1"/>
    </work-queue>    
  3. Update database statistics by running the Database Statistics batch process.

What to do next

See also