Dani Hodovic
Dani Hodovic
> Enables extended task result attributes (name, args, kwargs, worker, > retries, queue, delivery_info) to be written to backend. https://docs.celeryq.dev/en/stable/userguide/configuration.html#result-extended Without this the information in the result backend is rather...
Is it possible to chose how the error messages are listed, i.e by line numbers or how severe they are?
## What is this Python project? A Prometheus exporter for Celery metrics. ## What's the difference between this Python project and similar ones? Explained in the 'Why?' section: https://github.com/danihodovic/celery-exporter/#why-another-exporter --...
https://github.com/danihodovic/django-allauth-ui/issues/25
YCM allows me to show completions after `:`, but the autocomplete menu closes when the first letter is typed. I have to explicitly press `ctrl+space` or `C-X, C-O`. Is it...
It seems like the Gutter hints all sorts of files, from .txt to .html. I am yet to find a setting for choosing the context for when it is supposed...
Using DRF and changing the lookup field is easy ```python class ProductViewSet(viewsets.ModelViewSet): lookup_field = "hashid" # ... ``` How do I do the same within admin so that http://localhost:8000/admin/core/product/ links...
Hi, I automatically install opm libraries when deploying OpenResty. This has a tendency to fail due to SSL errors from the upstream when performing this on AWS instances in the...