Tomasz Kluczkowski

Results 11 issues of Tomasz Kluczkowski

Hi Dani, As promised I am making a PR to add more metrics (this time just task queuing time because I had to refactor a lot). The reason for a...

Hi, I have just found this great repo right when we are adding a lot of monitoring at work (also for celery). I would love to have a few more...

**Describe the bug** When using `rabbitmq` as the broker and specifying `broker_api` for Flower to use the request for `api/queues` times out with: `[E 210605 19:25:16 broker:78] RabbitMQ management API...

bug

@mher A fully working (tested with Prometheus/Grafana) code now pushed. All metrics for offline workers are removed and grafana eventually runs out of data for its graphs and removes all...

Add guard in Flower's boot sequence to wait for broker. This prevents situation where Flower boots in incorrect state and is never able to communicate with the broker even if...

Hi, I am currently working on Prometheus metrics for Celery workers in Flower project and we use this wonderful library :) - thx for your work on it! One issue...

**Is your feature request related to a problem? Please describe.** It is difficult to navigate developers and use company standard tags. At the same time we do not want any...

enhancement

I wanted to implement different wait behaviours depending on which exception was raised when calling a given function. I wrap the function with `@retry` twice but I noticed that the...

Hi, I just noticed in the self hosted infracost-cloud-pricing-api pod's logs that it keeps repeating this set of error logs when cost estimations happen: ``` 2023-11-29T09:23:52Z {"level":50,"time":1701249832660,"pid":18,"hostname":"infracost-cloud-pricing-api-7555d776c9-sttsg","msg":"Error querying exchange rate:"}...

Since config file can accept anything between 1 and infinite amount of projects it should work fine for just 1 project too. This is not the case. I am testing...