Skip to main content

Cube for starting RqJobs on a Rq worker

Project description

Cube for starting RqJobs on a Rq worker

Installation

Open the project in a terminal and run:

pip install -e .

This will install the cube in your active virtual environment as cubicweb-rq.

The following sections indicate additional steps when you install this cube as a dependency or as an instance.

As a dependency

If you plan to use this cube as a dependency for your own cube, add it to your __pkginfo__.py as follows:

__depends__ = {
    # ... Your previous dependencies
    "cubicweb-rq": None,
}

If the target cube is already used as an instance, you need to migrate it with the help of its python shell (replace YOUR_INSTANCE_NAME by your instance name):

cubicweb-ctl shell YOUR_INSTANCE_NAME

In the python prompt, enter the following command:

add_cube("rq")

Press Ctrl-D then restart your instance. The cube should now be available in your instance.

As an instance

If you plan to use this cube directly as an instance, create and start your instance with the following commands (replace cubicweb-instance by the name of your choice):

cubicweb-ctl create rq cubicweb-instance
cubicweb-ctl start -D cubicweb-instance

Learn More

Visit the official documentation to learn more about CubicWeb.

Launch a worker

Have redis installed and running on your machine.

$ sudo apt-get install redis-server
$ sudo system-ctl start redis

In your ~/etc/cubicweb.d/cubicweb-instance/pyramid.ini file, add the following lines

redis.sessions.timeout = 1200
redis.sessions.secret = stuff
redis.sessions.prefix = cubicweb-instance:
redis.sessions.url = redis://localhost:6379/0
rq.redis_url = redis://localhost:6379/0

Launch a worker with the following command line (replace cubicweb-instance with the name of your cubicweb instance):

cubicweb-ctl rq-worker cubicweb-instance

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

cubicweb-rq-0.1.1.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

cubicweb_rq-0.1.1-py3-none-any.whl (12.4 kB view details)

Uploaded Python 3

File details

Details for the file cubicweb-rq-0.1.1.tar.gz.

File metadata

  • Download URL: cubicweb-rq-0.1.1.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for cubicweb-rq-0.1.1.tar.gz
Algorithm Hash digest
SHA256 89395a01916bf7129c5650ba421181e0351f8a954ebf7af6c24f04795633a72e
MD5 e826f8b397ffffb26ca424a3218d5e63
BLAKE2b-256 861cf5fe2032c760ac903b4f5b575bdf37cd762a7d6feb9620d61637341927ad

See more details on using hashes here.

File details

Details for the file cubicweb_rq-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: cubicweb_rq-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 12.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.8

File hashes

Hashes for cubicweb_rq-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 56f9fcaa90fe3df87ceff7c810927bb0caa8575e969979ded0cb0044661bbeaf
MD5 112e107c671b121b4e60d9dc338dd830
BLAKE2b-256 2a3643177a299133b471fa2334bd5bbb1b75a61eb53da3b3f32ad7c9c742985c

See more details on using hashes here.

Supported by

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