Unable to stop retries

Hello. We’re using Camunda 7.10 and are trying to turn off all retries. We’ve removed the custom retry value for each process and we’ve set the the global setting failedJobRetryTimeCycle to R0/PT5M in bpm-platform.xml as shown below. We’ve redeployed, but Camunda keeps retrying processes. Any suggestions?

<?xml version="1.0" encoding="UTF-8"?>
<bpm-platform xmlns="http://www.camunda.org/schema/1.0/BpmPlatform" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://www.camunda.org/schema/1.0/BpmPlatform http://www.camunda.org/schema/1.0/BpmPlatform ">

  <job-executor>
    <job-acquisition name="default" />
  </job-executor>

  <process-engine name="default">
    <job-acquisition>default</job-acquisition>
    <configuration>org.camunda.bpm.engine.impl.cfg.StandaloneProcessEngineConfiguration</configuration>
    <datasource>java:jdbc/ProcessEngine</datasource>

    <properties>
      <property name="history">full</property>
      <property name="databaseSchemaUpdate">true</property>
      <property name="authorizationEnabled">true</property>
      <property name="jobExecutorDeploymentAware">true</property>
      <property name="failedJobRetryTimeCycle">R0/PT5M</property>
    </properties>
  </process-engine>
</bpm-platform>

Platform:

  • Apache tomcat
  • Oracle 11