George Psarakis
George Psarakis
@MatzeB as far as I can tell, unfortunately `NaN` objects generated by `float('nan')` don't even seem to be identical: ```python >>> float('nan') is float('nan') False ``` I found this great...
Where exactly are you observing this? Is this the task result?
Have you installed the Python package `django-celery-results`, as stated in the [documentation](http://docs.celeryproject.org/en/latest/django/first-steps-with-django.html#extensions)?
Hello @gregsh . I am using Debian 8. I can run `lein` commands (`lein test`, `lein repl` etc) on the terminal without any issue. I am not sure how else...
As far as I understand the issue is caused by the `solo` pool blocking behavior, which prevents heartbeats, as @vanzi [noted](https://github.com/celery/celery/issues/3430#issuecomment-384688095): > in the solo mode task execution prevents heart...
Good observation. `git blame` does not show any particular reason, my guess is that it was mostly to ensure that these messages will be reported, in case the logger is...
@mattbennett I think this is expected, there are many shared objects and thread-safety is not guaranteed, as far as I know. Can you please explain here how you encountered the...
Thanks for reporting this. Could you perhaps provide a code sample to reproduce this? Thanks.
> How is it possible that virtual_host is part of the query string? I think your question is valid, as seen in the [documentation](https://kombu.readthedocs.io/en/latest/userguide/connections.html#urls), the URL path corresponds to the...
@mpenkov you can try debugging at a higher level, perhaps from `celery.app.routes` where the configured routes are being setup. I did have a look with your examples and it seems...