QUEUEDEFS(5) | File Formats and Configurations | QUEUEDEFS(5) |
queuedefs - queue description file for at, batch, and cron
/etc/cron.d/queuedefs
The queuedefs file describes the characteristics of the queues managed by cron(8). Each non-comment line in this file describes one queue. The format of the lines are as follows:
q.[njobj][nicen][nwaitw]
The fields in this line are:
q
njob
nice
nwait
Lines beginning with # are comments, and are ignored.
Example 1 A sample file.
# # a.4j1n b.2j2n90w
This file specifies that the a queue, for at jobs, can have up to 4 jobs running simultaneously; those jobs will be run with a nice value of 1. As no nwait value was given, if a job cannot be run because too many other jobs are running cron will wait 60 seconds before trying again to run it.
The b queue, for batch(1) jobs, can have up to 2 jobs running simultaneously; those jobs will be run with a nice(1) value of 2. If a job cannot be run because too many other jobs are running, cron(8) will wait 90 seconds before trying again to run it. All other queues can have up to 100 jobs running simultaneously; they will be run with a nice value of 2, and if a job cannot be run because too many other jobs are running cron will wait 60 seconds before trying again to run it.
/etc/cron.d/queuedefs
March 1, 1994 | OmniOS |