Skip to content

Sample scripts demonstrating managing queues and solving the age old producer consumer problem.

Notifications You must be signed in to change notification settings

tj-experimental/distributed-tasks

Repository files navigation

Console scripts demonstrating python queue functionality.

Installation

$ make install

Running Simple python queue using threading library

$ conditional_task  # Runs a simple producer task with a single queue.

Running Celery tasks

Install - Redis:

$ make redis-install 
Ensure redis is running
$ redis-cli ping
$ PONG

Start celery worker

$ celery -A celery_tasks worker --loglevel=info

About

Sample scripts demonstrating managing queues and solving the age old producer consumer problem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published