Created
March 11, 2011 18:34
Revisions
-
ask revised this gist
Mar 12, 2011 . 1 changed file with 8 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
ask revised this gist
Mar 11, 2011 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
ask created this gist
Mar 11, 2011 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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