Skip to main content

Retry, cache and performance settings

General Setup supplies defaults/flags used by runtime managers. Flow re-run/retry and outbound Transport delivery retry are separate state machines; configure and monitor them separately.

PropertyType/defaultRuntime effect
TransportAttemptIntervalinteger seconds / 20Outbound manager multiplies by 1,000 for its millisecond timer interval
TransportMaxAttemptsinteger / 7Maximum outbound send attempts before failure
CacheManualActionsBoolean / falseControls manual Flow caching behaviour
ReloadModuleOnErrorBoolean / trueRuntime reload flag; exact points vary and must be tested for the affected module
MaxWaitBeforeTerminationseconds / 3600Maximum wait in termination-related behaviour; avoid forced stop during long work
SafeReportProcessingBoolean / falseCopied into Report runtime processing state

Change safely

  1. Establish current queue depth, attempt counts, Flow duration and service state.
  2. Change one value in test and create a controlled success and failure.
  3. Inspect Flow Logs and Transport Logs separately, including attempts and next-attempt time.
  4. Restart/reload the relevant service and confirm the stored value is active.
  5. Watch for duplicate deliveries, queue growth, resource pressure and unexpectedly terminated work.

Do not reduce retry intervals to mask an endpoint outage. Fix the dependency and choose a retry profile that the endpoint and business process can tolerate.