Thomas Güttler
Thomas Güttler
I like the idea very much. How to find a talented and motivated young developer who wants to do this?
I think I have a special case which does not work. I start to snoop in a code which should get skipped. Example: ``` # base.py from sub.start import start...
Yes, I moved on. But why don't you add a "Install" section to the README?
> How can one ensure reliability and uptime without using Kubernetes? I am using a VPS from a german provider. It is super reliable. AFAIK they use Linux KVM for...
@hnarayanan how do you run your django applications? @fronbasal how do you run your django applications?
Looks a bit dead: The last official ChangeLog entry is from the year 2017: https://django-celery-monitor.readthedocs.io/en/latest/changelog.html
This could be solved via https://pypi.org/project/django-middleware-global-request/ With a global request, the code could always use `Site.objects.get_current(request)`
Maybe this will be solved via PR #131
Related: https://github.com/ionelmc/python-hunter/issues/79
This tracer looks good: https://github.com/gaogaotiantian/viztracer Since it supports [perfetto](https://perfetto.dev/), it might be more powerful. But I did not do a deep comparison to python hunter yet.