-
As far as I can tell, "type" is being used for prioritisation and appropriate request headers (eg, Accept header for images), but elsewhere in the platform the origin of the request is used for this, …
-
Seems like all the sockets use noAck: true. It's hard to build a work queue without ack.
-
It appears that AMQP::Channel#reuse does not reestablish consumers somehow. See the code at https://gist.github.com/2722379.
The code opens an AMQP connection, creates a channel in auto recovery mod…
-
I've started refactoring some projects to use RAC 3.0, and I haven't yet run into a case where `RACPromise` is the _right_ tool to use. It's subject to [all](https://twitter.com/jspahrsummers/status/4…
-
Allow subscriptions to be stopped and started.
ghost updated
11 years ago
-
|[](https://github.com/dustin)| @dustin reported|
|-|-|
|Trac ID|trac#4366|
|Type|enhancement|
|Created|2010-03-12 17:02:31Z|
|Branch|https://github.com/twisted/twisted/tree/startservice-4366|
We had…
-
Ok, got your attention. I know you guys love metrics and I'll just point out you just broke a ton of modules on github with your latest change to the concat module.
https://github.com/search?l=puppet…
-
Celery would supposedly be capable of abstracting away the queuing backend while providing a lot of features that we would probably mess up if we tried to do them ourselves. Celery supports RabbitMQ a…
-
**[Mark Fisher](https://jira.spring.io/secure/ViewProfile.jspa?name=mark.fisher)** opened **[AMQP-60](https://jira.spring.io/browse/AMQP-60?redirect=false)** and commented
In the simplest case we cou…
-
On the front page, the definition for bijection is given:
> A Bijection is an invertible function that converts back and forth between two different types, with the contract that a round-trip through…