backoffice¶
vb backoffice [OPTIONS] [REPOSITORIES ...]
Description¶
Run backoffice processing on the repositories listed. If none are specified,
run it on the repository of the local check-out. May be run by cron, or with
--poll to periodically invoke backoffice as a daemon.
If only a single repository is named and --poll is omitted, work is
done in-process. With multiple repositories or --poll, a separate
sub-process is started for each poll of each repository.
Options¶
- --debug¶
Show what this command is doing
- --logfile FILE¶
Append a log of backoffice actions onto FILE
- --min N¶
When polling, invoke at least once every N seconds even if the repository never changes. 0 or negative disables. Default: 3600.
- --poll N¶
Repeat backoffice calls approximately every N seconds. N < 1 turns polling off (default). Recommended: 60.
- --trace¶
Enable debugging output on stderr
- --nodelay¶
Do not queue or wait. If no work is available or if backoffice ran recently, return immediately. (internal; subject to change)