Vytis Banaitis

Results 2 issues of Vytis Banaitis

Currently, the library tries to execute a request at most `RETRIES-1` times. With the default value of `RETRIES=2`, you can get errors when making a new request after the server...

Currently, we have two ways of running Django with Celery: - `DjangoLoader` (via `djcelery.setup_loader()`) as written in [README](https://github.com/celery/django-celery/blob/master/README.rst#using-django-celery). - `DjangoFixup` which is applied automatically by Celery 3.1+, when using Django...