-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Celery - Task handler raised error: MaybeEncodingError ? #57
Comments
I'm actually working on a similar package (https://github.com/sklarsa/django-sendgrid-v4) and am experiencing a
|
It actually looks like my error is matplotlib-related (different from yours)... Are all of your celery workers running the same version of |
@sklarsa , I just ditched sendgrid-django in favor of sendgrid-python. |
@Vido there doesn't appear to be an issue with compatibility between sendgrid-django and celery. Instead, your API request failed with error 400:
...and then the error class failed to pickle for some reason:
This isn't a sendgrid-django error. Recommend closing. |
Hi guys!
Does sendgrid-django works well with Celery?
The text was updated successfully, but these errors were encountered: