-
Notifications
You must be signed in to change notification settings - Fork 9
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 / Background processing support for django-sendgrid-events #3
base: master
Are you sure you want to change the base?
Conversation
- updated to use process the sendgrid events on celery if the settings variable SENDGRID_BACKGROUND_PROCESSING is set to True
#1006 - Support Celery Tasks
I don't mind this at all, but don't want to require dependency on |
#1211 sendgrid Events not JSON serializable for celery
@paltman Our developer Abel implemented the hookset refactor you were talking about and I added some instructions in the README about how to configure Celery support in your project. Thoughts? |
added new column to show post_office.models.Email related object
Hi Patrick, we've been using django-sendgrid-events on https://www.tribute.co with good success. One thing we recently added in our fork was a quick check for some settings vars to enable background processing via celery workers. We use Heroku, so it frees up our web dynos for quicker request/response cycles and performs the work on a background worker. Anyways, here's a PR if you're interested : )