Schedule Geocode batch processing runs

About this task

By default, the schedule runs geocode batch processing at 1:30 AM daily. If you regularly add many new contacts, especially in ContactManager, tune the schedule to match your expected daily load of new addresses.

Procedure

  1. In Guidewire Studio, navigate to configuration > config > scheduler and open scheduler-config.xml for editing.
  2. Uncomment the following section in scheduler-config.xml file.
    <ProcessSchedule process="Geocode">
      <CronSchedule hours="1" minutes="30"/>
    </ProcessSchedule>

What to do next

See also