-
As of right now the check functions are written in Python, like the rest of the application. It's natural to write the checks in the same language as the web application, as the interaction is simple …
-
TCs and their subcommittees are not showing together in the list projects. This seems to be due to alphabetization issues.
For example, the CTI subcommittees appear higher in the list because the f…
-
### Jenkins and plugins versions report
From time to time our Jenkins fails to resubscribe to our AMPQ queue (UMB). We added monitoring for the logs and need to disable/enable job to force resubscr…
-
We need to write a design CEP for Jumpstarter.
-
Compared to pika it has been a breeze working with aio-pika, but I can't get it to shutdown properly.
I haven't really used asyncio much but I figured out how to add signal handlers and have been t…
-
Ubuntu Preciseは公式にサポートOSになっていないが、Travis CIの関係上今までサポートしていた。
ただ、最近Travis CIでTrusty VMのサポートが追加された: https://docs.travis-ci.com/user/trusty-ci-environment/
このため、Travis CIで用いるUbuntuのバージョンを14.04 LTSに変更したい。…
-
CMake generated SimpleAmqpClient project for Visual Studio 2012 prefixes the rabbitmq-c include directory with the directory where the SimpleAmqpClient source is. In addition, if CMake is given the ra…
-
First of all, thank you for the great packages. They helped me and my team a lot in working with such transports as Kafka and Pub/Sub. I think this library is a must-have for message-oriented PHP app.…
-
## Expected Behavior
Modules should not loose their connection to edgeHub
## Current Behavior
When we upgraded edgeHub and edgeAgent from version 1.1.19 to 1.5.3, we noticed that all the custo…
-
Hello, using this example I do some tests to `node-amqp` package.
``` js
var amqp = require('amqp');
var connection = amqp.createConnection({ url : 'amqp://guest:guest@localhost:5672' });
var queue_i…