Manual Page Search Parameters

CONQUE(1) General Commands Manual CONQUE(1)

conquejob consolidation queue

conque queue

conque queue add job [...]

conque queue run command [args...]

The conque utility manages the given queue for the purposes of consolidating jobs. Jobs are added with the add command, and executed using the run command. When used without a command, conque displays the queue.

The add command adds one or more jobs to the queue. Jobs cannot contain newlines. The run command takes a command and its first arguments, and appends each unique item in the queue as the last arguments. Regardless of the outcome of the command, the queue is cleared.

conque does not provide scheduled execution by itself, and is intended to be used in conjunction with schedulers like cron(8).

The conque utility exits 0 on success, and >0 if an error occurs.

Queue expensive git repository post-update hook operations in the ~/gitq queue:

$ queue ~/gitq add /var/git/queue

Consolidate the expensive git operations accrued over time in ~/gitq:

$ queue ~/gitq run gitsrv

cron(8)

Jacob R. Edwards <jacob@jacobedwards.org>

March 19, 2026 jacob