Skip to main content

RQD is a software client that runs on all hosts doing work for an OpenCue deployment.

Project description

RQD

RQD is a software client that runs on all hosts doing work for an OpenCue deployment.

RQD's responsibilities include:

  • Registering the host with Cuebot.
  • Receiving instructions about what work to do.
  • Monitoring the worker processes it launches and reporting on results.

RQD uses gRPC to communicate with Cuebot. It also runs its own gRPC server, which is called by the Cuebot client to send instructions to RQD.

How to start rqd from source

Setup python environment

# Create virtual environment
python3 -m venv OpenCue-venv
# Activate virtual environment
source OpenCue-venv/bin/activate
# Change directory to Opencue source
cd <OpenCueSourceDir>

# Install compiled proto files which is needed by RQD into the virtual environment
pip install ./proto

# Install RQD into the virtual environment
pip install ./rqd

Create rqd.conf

Example rqd.conf file :

[Override]
# Variable that decided if RQD should switch to the user of the job running. Requires root
RQD_BECOME_JOB_USER = False

# Log levels for RQD
CONSOLE_LOG_LEVEL = INFO
FILE_LOG_LEVEL = ERROR

# Number of seconds to wait before checking if the user has become idle.
CHECK_INTERVAL_LOCKED = 60
# Seconds of idle time required before NIMBY (Not In My BackYard) unlocks.
MINIMUM_IDLE = 900

# Whether or not to prefix each line in the log with a timestamp
RQD_PREPEND_TIMESTAMP = 0

# Maximum size in bytes for job log files before automatic termination
# Default: 1 GiB (1073741824 bytes). Set to 0 to disable.
JOB_LOG_MAX_SIZE_IN_BYTES = 1073741824

Run rqd

(using the above virtual environment)

rqd -c <path to rqd.conf>

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

opencue_rqd-1.19.1.tar.gz (74.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

opencue_rqd-1.19.1-py3-none-any.whl (60.1 kB view details)

Uploaded Python 3

File details

Details for the file opencue_rqd-1.19.1.tar.gz.

File metadata

  • Download URL: opencue_rqd-1.19.1.tar.gz
  • Upload date:
  • Size: 74.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for opencue_rqd-1.19.1.tar.gz
Algorithm Hash digest
SHA256 26e819b18ce893c7fb191bb4a471e57b567e98ca0cf93fffa5922181585f9650
MD5 dba8a2ad398856b633bf2f2ed4a84e55
BLAKE2b-256 2d52d84333da6fcb4b7945e58d2cdb28aefb6b9cd48cb664250bf4754566aa7a

See more details on using hashes here.

File details

Details for the file opencue_rqd-1.19.1-py3-none-any.whl.

File metadata

  • Download URL: opencue_rqd-1.19.1-py3-none-any.whl
  • Upload date:
  • Size: 60.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for opencue_rqd-1.19.1-py3-none-any.whl
Algorithm Hash digest
SHA256 ad4391b4ac1d3a58999036583966c1ae898fc27979964c228921f680c648f76e
MD5 7071256d3c83b282ef63da70962d365c
BLAKE2b-256 ddeb07d2b5a6e4505e99cefa3e5169cc1fb36528b95489875ed2a2e52216ec5b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page