Ispmanager 6 lite, pro, host documentation

Background tasks

 

A Background task is a task performed in the system for a long period of time.

In the "Background tasks" module you can view the background tasks and monitor their statuses. You can also view their parameters and terminate them.

  • Script name — the name of the script or program file.
  • PID-file — a file containing the process identification number (PID) that is stored in the file system thus allowing other programs to find out the pid of a running script.
  • Queue name — the name of the queue where you task is specified.
  • Number in the queue — task number in the queue.
  • Status — the current task status.

Task parameters

If you want to view the parameters of an existing background task, locate the one you need and click the "Edit" icon. The information is read-only.

  • Script name — the name of the script or program file.
  • Queue name — the name of the queue where you task is specified.
  • Number in the queue — task number in the queue.
  • Start time — time when the task started.
  • End time — time when the task stopped.
  • PID-file — a file containing the process identification number (PID) that is stored in the file system thus allowing other programs to find out the pid of a running script.
  • Dependencies — dependent tasks. The task will run only if the task from the dependencies succeeds. If the task specified in the dependencies fails or is skipped, then this task will not run.
  • Additional information — any information related to this task, for example, a description of the error that occurred while executing this task.

Terminate task

If you wish to terminate a background task, select it from the list and click the "Delete" icon. If the background task is running, it will be terminated by the Kill command.