Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The "Settings" menu is available from the JOC Cockpit GUI.

Configuration Items

SectionSettingDefaultRequiredPurpose
cleanup_time_zoneUTCnoSpecifies the time zone that is applied to the start time and period of the Cleanup Service

cleanup_period1,2,3,4,5,6,7noSpecifies weekdays on which the Cleanup Service is performed. The first day of week is considered being Monday.

cleanup_period_begin01:00noSpecifies the start time of the Cleanup Service for the given period, e.g. on a daily basis.

cleanup_period_end04.00noSpecifies the end of the period for which the Cleanup Service is allowed to run. If the Cleanup Service is earlier to complete its task then it will stop before the indicated time. However, it will not continue to run beyond the indicated time. 

cleanup_batch_size1000noSpecifies the number of records that are purged within a single transaction. Increasing this value can improve performance, at the same time it will increase the risk of conflicts with concurrent transactions should parallel Services operate on the database.

cleanup_order_history_age90dnoSpecifies the retention period for the execution history of orders and tasks. Any history entries older than the value specified will be purged.

cleanup_order_history_logs_age90dnoSpecifies the retention period for orders and task logs. Any logs older than the value specified will be purged. Consider that this value should not exceed the value of the cleanup_order_history_age setting as otherwise no navigation to logs can be offered by the JOC Cockpit GUI.

cleanup_daily_plan_history_age90dnoSpecifies the retention period for the history of submissions with the Daily Plan. Any history entries older than the value specified will be purged.

cleanup_deployment_history_versions10noSpecifies the number of versions per deployed object that should be retained. Such versions can be used to re-deploy an object from an older state. Any earlier deployed versions of deployed objects are removed.

cleanup_audit_log_age90dnoSpecifies the retention period for the Audit Log. Any audit log entries older than the value specified will be purged.

...