Petr Šebek
Petr Šebek
Hi, I'm updating our system to `aio_pika>=5.4.0` and I see that you changed the `Message.timestamp` type to `datetime.datetime` > [HIGH] Message.timestamp property is now datetime.datetime In our system, we are...
Expires
Thank you for this great package! ## What do these changes do? This change adds keyword argument `expires` as discussed in https://github.com/aio-libs/async_lru/pull/50#issuecomment-487609639. In comparison with the other implementation this removes...
Hi, pyyaml was updated yesterday https://pypi.org/project/PyYAML/#history and now it is failing `bellybutton lint`. Steps to reproduce: 1. `pip install bellybutton` 2. `bellybutton init` 3. `bellybutton lint` produces ``` /home/artmis/.virtualenvs/marv-backend/lib/python3.7/site-packages/bellybutton/parsing.py:176: YAMLLoadWarning:...
Hi, I'm happy that RabbitMQ got its own Prometheus exporter. :+1: also for prepared Grafana dashboard, it looks great. I was using [deadtrickster prometheus rabbitmq exporter](https://github.com/deadtrickster/prometheus_rabbitmq_exporter) before. It allowed me...
Hi, thank you for all the good work you are doing! I'm experiencing issues using joblib within a Dask cluster, specifically when setting a timeout for the job. I am...
**Describe the issue**: Hi, I'm encountering the following error when trying to run Dask jobs on an **external Kubernetes cluster**: ``` RuntimeError: cannot schedule new futures after shutdown ``` However,...