Jason Held

Results 173 comments of Jason Held
trafficstars

Hi, I usually install the project in editable mode `python -m pip install -e .` , which would at least get around the issue of where certain things live at...

Not saying this answers your question, but were you aware of this https://github.com/soynatan/django-easy-audit/pull/193 and it has been recently merged.

With consumer groups though it seems that it becomes very close (semantically equivalent) to a message queue. And since streams are more similar to this world than are general redis...

In my project's case, we occasionally get a lot of revoked tasks (due to task expiration). All workers get the IDs locally. When new workers come up, they receive the...

> how to fix this issue?thanks for any help! https://github.com/celery/kombu/issues/294#issuecomment-625558433 open to trying?

There may be a few reasons for this. The first one is can you tell us how many task events have been processed by flower? It has a default of...

Clearly commits are still being merged so is the issue just around releases to PyPI?

> We can petition pypi to request a name transfer: https://peps.python.org/pep-0541/#how-to-request-a-name-transfer but we need some one to step up and submit that, and someone to take ownership of the package....

So, because @mher did cut a release to PyPI at the beginning of this month, it would make any request for ownership transfer essentially impossible to win. Please see [abandoned...

@johnarnold curious for your thoughts here. I'm ready to do some work on this (already started), but don't want to do too much if I'm going down the wrong path....