Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Parse config file early

Compare
Choose a tag to compare
@sodabrew sodabrew released this 04 Feb 15:00
· 202 commits to master since this release

Fixed:
Load and validate the config file in the queuemgr once, then pass that into the web child. This prevents the web child from bombing out unnecessarily on config errors.

Cleaned up:
The rq-install script default tmpdir is now /tmp.
The host and port accessorst on the queuemgr class were unused.
Daemons monitor process is not started anymore.
Numerous README improvements and cleanups.