Skip to content

Latest commit

 

History

History
 
 

composition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dramatiq Composition Example

This example demonstrates how to use Dramatiq's high level composition abstractions.

Running the Example

  1. Install RabbitMQ and Redis
  2. Install dramatiq and requests: pip install dramatiq[rabbitmq,redis] requests
  3. Run RabbitMQ: rabbitmq-server
  4. Run Redis: redis-server
  5. In a separate terminal window, run the workers: dramatiq example.
  6. In another terminal, run python -m example.