[Buildbot] #2669: startConsuming should be async (was: [nine] startConsuming should be async)

Buildbot trac trac at buildbot.net
Sun Feb 8 01:03:41 UTC 2015


#2669: startConsuming should be async
------------------------+--------------------
Reporter:  dustin       |       Owner:
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:  0.9.0
 Version:  0.8.8        |  Resolution:
Keywords:  mq           |
------------------------+--------------------

Old description:

> We will likely someday want to do something asynchronous with
> startConsuming.  Perhaps a database query, or attaching to RabbitMQ, or
> whatever.  The signature is currently synchronous, so this should be
> changed and all calls to startConsuming converted to handle the resulting
> Deferred.

New description:

 We will likely someday want to do something asynchronous with
 `startConsuming`.  Perhaps a database query, or attaching to RabbitMQ, or
 whatever.  The signature is currently synchronous, so this should be
 changed and all calls to `startConsuming` converted to handle the
 resulting Deferred.

--

Comment (by dustin):

 This should be done for 0.9.0 so as not to introduce a breaking API change
 after that.

--
Ticket URL: <http://trac.buildbot.net/ticket/2669#comment:1>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the bugs mailing list