Skip to content

Instantly share code, notes, and snippets.

@ask
Created March 11, 2011 18:34

Revisions

  1. ask revised this gist Mar 12, 2011. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,12 +3,20 @@
    * How to publish/consume messages
    * Handling errors, and connection pools
    * How virtual transports works and creating new transports.
    * Monitoring and events
    * celeryev and djcelerymon
    * Create custom event consumer
    * Logging (sentry, syslog, error e-mails)
    * Debugging tasks
    * How to find errors (guess it belongs to monitoring above)
    * celery.contrib.rdb
    * Running multiple nodes on the same machine with celeryd-multi
    * Broadcast commands and how they work.
    * creating custom broadcast commands
    * RabbitMQ Clustering and HA
    * Tracking down memory leaks in tasks.
    * Optimization of tasks, workers and topology.
    * Optimize for thousands tasks/s
    * Designing proper task granularity.
    * Celery + RabbitMQ + Redis (locks, taskset callbacks)
    * Fun distributed exercises
  2. ask revised this gist Mar 11, 2011. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -3,6 +3,7 @@
    * How to publish/consume messages
    * Handling errors, and connection pools
    * How virtual transports works and creating new transports.
    * Running multiple nodes on the same machine with celeryd-multi
    * Broadcast commands and how they work.
    * creating custom broadcast commands
    * RabbitMQ Clustering and HA
  3. ask created this gist Mar 11, 2011.
    16 changes: 16 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@
    * Routing tasks, and how to set up broadcast exchanges
    * Kombu
    * How to publish/consume messages
    * Handling errors, and connection pools
    * How virtual transports works and creating new transports.
    * Broadcast commands and how they work.
    * creating custom broadcast commands
    * RabbitMQ Clustering and HA
    * Tracking down memory leaks in tasks.
    * Optimization of tasks, workers and topology.
    * Designing proper task granularity.
    * Celery + RabbitMQ + Redis (locks, taskset callbacks)
    * Fun distributed exercises
    * Logical ordering of events
    * distributed leader election
    * gossip