bmbouter
bmbouter
## Problem The heartbeats of RQ are emitted 15 seconds before a worker times out. We subclass the worker and also report heartbeats into another system (which stores them in...
I've been looking over how the 3.0 release stream of kombu handles its dependencies, and I can't tell what the purpose of [the metadata section of setup.cfg](https://github.com/celery/kombu/blob/21bc77208f115ee38c3e69561ce5b8f72e6aa9c1/setup.cfg#L25) is. It has...
Our code provides some django-models and we use django-lifecycle. Our models are also used in a library-like way where other django-projects want to provide some post-creation workflows after our code...
Qpid is planning to drop support for pre AMQP 1.0 protocols. To align with their roadmap the Qpid transport in Kombu needs to switch to using the [Python bindings for...
I tried to email `[email protected]`, and I received the error `510 The group 'cii-badges-questions-owner' does not exist`. I was trying to contact them to have the project stop emailing me.
With `aioetcd==0.4.5.0` I can't seem to get working Locks. This is my first version of usage so I'm not sure I can't speak to if this ever worked. If I...
### The problem I use an automation (below) to trigger a smart plug to turn on and off at a set point. It monitors a sensor I have inside my...
I am interested in having multiple progress bars work. Can someone give me a pointer on how to start on this? This is important when reporting the state of a...
Given that time data is reported back in milliseconds since the epoch, when segmentation uses a time based field, the graphs labels make no sense. This could be corrected in...
V2 pulp_sync tests fail with `Pulp task failed (shield() got an unexpected keyword argument 'loop')`
**Version** pulp_ansible 0.12.0.dev @ 061be98e760ac0535ed3813ba182d26bdb22341b pulpcore 3.18.0.dev @ 66634bb5212bb1cc4eb4d88800b9f8e4d5163662 **Describe the bug** When I run the V2 sync tests they all fail. **To Reproduce** `pytest -v -r sx --color=yes --pyargs...