Skip to content

Minimal example of how to start rq workers in docker containers using supervisor

License

Notifications You must be signed in to change notification settings

RandyDeng/rq-docker-supervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rq-docker-supervisor

Minimal example/template of how to start rq workers in docker containers using supervisor.

For a more detailed explanation, visit my blog at randydeng.com

Prerequisites

What is RQ?

RQ is a Python library for queuing jobs and processing them in the background with workers.

See https://python-rq.org/ for full details.

What is supervisor?

Supervisor is a client/server system that allows control of a number of processes on UNIX-like operating systems.

See http://supervisord.org/introduction.html for full details.

Running the containers

Simply run the following:

docker-compose build

docker-compose up

You can verify everything is working by visiting localhost:9181.

You should see something similar to the following:

rq-dashboard

About

Minimal example of how to start rq workers in docker containers using supervisor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published