...
Now in Qube 6.9, a job can be set to have the same priority across all clusters. Prior to this release, a job could only be highest priority in its own cluster, and had to accept running at a reduced priority in other clusters.
New environment variables exposed during the execution of job instances and pre/postflights
- QB_FRAME_PADDING
- QB_PADDED_FRAME_NUMBER
- QB_PADDED_FRAME_START
- QB_PADDED_FRAME_END
- QB_PADDED_FRAME_STEP
Authenticated SMTP (Simple Mail Transport Protocol) Support
We've added SMTP Auth support over SSL and TLS connections. This allows the supervisor to send mail through your ISP's email server, customers no longer have to have an in-house SMTP relay.
New environment variables exposed during the execution of job instances and pre/postflights
QB_FRAME_PADDING
QB_PADDED_FRAME_NUMBER
QB_PADDED_FRAME_START
QB_PADDED_FRAME_END
QB_PADDED_FRAME_STEP
New Supervisor and Worker startup parameter
The Qube supervisor and worker now accept a --conf
argument for specifying the location of the qb.conf configuration file.
...