-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 10/04/2010 10:17 PM, Stuart Bishop wrote: > I actually see a combination of all three for 'tasks'. If a task needs > to be scheduled, you create the task. You also send an event via > rabbitmq so the handler for that task does not have to poll.
Using Rabbit directly is one possible implementation. We could also do it with Celery-on-Rabbit, or Celery-on-ghetto-queue, or Gearman, or... > You also > have a small job in garbo that sends events via rabbitmq for 'lost' > tasks. Again, this is something that we may not have to implement ourselves. Or, we may choose to handle lost tasks via polling. Aaron -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkyrMRAACgkQ0F+nu1YWqI3NRwCdGXs58lgqn0EhcW72t1Ne40U7 VDkAn0oWIh9ZcivfQqfeKMSMlHpd9Y5w =TES7 -----END PGP SIGNATURE----- _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

