Aurélien Bompard

Results 264 comments of Aurélien Bompard

Oh, synchronized replies, @jeremycline :-)

@maha-sachin Not really, sorry, it's not very well defined and I need to think a bit more about the consequences and the standards we want to set.

Please check out other issues tagged with easyfix or good-first-issue: https://easyfix.apps.ocp.stg.fedoraproject.org/#fedora-infra

The problem that needs fixing is that we want to allow asyncio applications to publish messages within the asyncio framework, not needing the thread pool. So what we need is...

Well I have started working on it a couple months ago, spent a few days on it and stopped because I had other things to do and it was taking...

If I'm reading the plugin docs well, we would need to setup an additional exchange for delayed messages, and bind the queues to this exchange. This would be pretty cumbersome,...

Hello, you'll find the migration rationale on this page: https://fedmsg-migration-tools.readthedocs.io/en/latest/migration/overview.html

It is indeed an interesting feature. It can be done with the current code, although not as easily as the `fedmsg-trigger` command. You'll need to define a callback module like...

Yeah I agree to both propositions.

> I guess it's worth writing a post-install script to run sed because that step is important. @jeremycline , I wonder if we could use Rabbit's [server-named queues](https://www.rabbitmq.com/queues.html#server-named-queues). When the...