Moving udd to django
Robert Collins
robertc at robertcollins.net
Wed Dec 14 19:09:00 UTC 2011
On Thu, Dec 15, 2011 at 7:08 AM, James Westby <jw+debian at jameswestby.net> wrote:
> My plan is delete add-import-jobs, and an a POST handler that gets told
> when there are new packages to scan.
'there is work to do now' is a classic pub-sub situation. Rather than
a post handler, I suggest you want one of:
- a webhook
- a pubsubhubbub subscription
- or an AMQP consumer
Depending on whether:
- the thing calling you back has direct access
- or you can get an rss feed of it
- or its in-dc only and we can use our canned solution for things eventlike.
-Rob
More information about the ubuntu-distributed-devel
mailing list