-
When i run my program i get:
```
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 967, i…
-
Maybe something like this? It would allow you to call slow_function() and also slow_function.delay(). Using Celery like syntax without the Celery bloat.
```python
import functools
from django_q.t…
-
>> how long in that state (should backend supply that?)
> Yes, this needs to come from backend or we can track it for each user session (when user loads the page it will start counting for each ser…
-
It seems sending a task with german umlauts triggers a :
`UnicodeEncodeError: 'ascii' codec can't encode character '\xe4' in position xx: ordinal not in range(128)`
Working example :
```
# Note…
-
- Can the user cancel processing of a file in progress?
- Show warning if that file is large / will take a long time.
- Send link to email address when complete?
-
# Checklist
* [x] I have verified that the issue exists against the `master` branch of Celery.
* [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum…
-
# Problem
On SV the scrubber from vpool data-sv-4-02 connects to a proxy of ss-sv4-01.
In the celery log the config that has been used for the proxy is
```
Config: {u'block_cache': [u'none'], u'lo…
-
# Issues
GitHub issues are for bugs. If you have questions, please ask them on the [mailing list](https://groups.io/g/dramatiq-users/topics).
## Checklist
* [x] Does your title concisely sum…
-
Somehow some spaces are getting through. This should be fixed ASAP.
[2016-05-13 16:17:29,147: ERROR/MainProcess] Task celeryproj.tasks.process_filing_body_celery[8688057c-718a-4b26-9d12-f2e142cd1926…
-
Hello!
I have a lot of http requests to make in my django project that uses celery for task processing.
I tried using eventlet and gevent as a pool executor and I immediately ran into problems when …