22.6.3 Configuring a Custom Property to Avoid Delay in Scheduled Job Run

In the Scheduler section of the Identity System Administration, when you click the Run Now button, the scheduled job run does not start immediately. It starts running after a delay of a few minutes.

To workaround this issue:

  1. Log in to Oracle Enterprise Manager Fusion Middleware Control 12c.
  2. Navigate to the System MBean Browser.
  3. Under Application Defined Mbeans, expand Oracle.iam, Server: OIM_SERVER, Application: oim, XMLConfig, XMLConfig.SchedulerConfig.
  4. Click the Scheduler mbean, and then click the Operations tab.
  5. Click createCustomProperty.
  6. In the Operation: createCustomProperty page, under Parameters, enter the following parameter values:
    • propName: org.quartz.jobStore.misfireThreshold
    • propValue: 10000
  7. Click Invoke. After the operation is successful, click Return.
  8. In the Operations tab, verfiy the property by clicking fetchCustomProperties.
  9. Click Invoke. The property you set in step 6 is displayed under Return Value.
  10. Restart the Oracle Identity Governance server.