Midnight Task

Usage

  • Obsolete test-/watch mode-specific files are removed from the tmp folder.

  • Temporary RVS Connector and Execution Connector related files are deleted.

  • System log entries are cleaned based on the criteria set (maximum entries, minimum entries, timestamp etc.).

Files are considered obsolete if they do not belong to any running processes and there is no queue manager entry for those processes to which the files belong to.

Queue Manager entries are not deleted. All obsolete Workflow Connector variable files & input/output message files are deleted (Midnight task cleans up workflow variables of non-running process). The midnight cleanup process removes the workflow variables of non-running processes).

Call up

The midnight task is scheduled to run at 00:00:00 hour every day.

Additionally, the midnight task can be triggered via both the INUBIT Workbench and the INUBIT command line interface (CLI) startcli.

  • INUBIT Workbench

    Via the Administration > General settings > Administration > Miscellaneous menu item, you can configure the start time of the midnight task, by default next day’s 00:00:00 hour, refer to Setting a Midnight Task Start Time.

    If you have configured the start time manually, restart the Process Engine in order for the changes to take effect.

  • CLI

    Using the triggerMidnightTask command, you can start the midnight task immediately, refer to Triggering the Midnight Task Using the CLI