You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by sebb <se...@gmail.com> on 2020/07/13 10:43:07 UTC

pubsub client

tools/pubsub.rb is currently designed around handling git events for
whimsy.git only.

We also need a version for following svn events, and possibly others.

I think it would make sense to split the queue handling from the queue
processing.

Sebb