Skip to content
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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 11, 2015

  1. #1006 - Support Celery Tasks

    - updated to use process the sendgrid events on celery if the settings variable
      SENDGRID_BACKGROUND_PROCESSING is set to True
    aspd172 committed Jun 11, 2015
    Configuration menu
    Copy the full SHA
    9cf614a View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2015

  1. Merge pull request #1 from aspd172/1006-support-celery-processing

    #1006 - Support Celery Tasks
    rorito committed Jun 12, 2015
    Configuration menu
    Copy the full SHA
    3ba688e View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2015

  1. #1211

    - make sure the result is always json-serializable if the process is run
      in the background
    aspd172 committed Aug 9, 2015
    Configuration menu
    Copy the full SHA
    04d182e View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2015

  1. Merge pull request #2 from aspd172/1211-events-not-json-serializable

    #1211 sendgrid Events not JSON serializable for celery
    rorito committed Aug 10, 2015
    Configuration menu
    Copy the full SHA
    1e6239c View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2015

  1. #1211

    - removed hard dependency on celery
    - allowed the option to define a custom handler for sendgrid events
    aspd172 committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    b4b991c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e53fd View commit details
    Browse the repository at this point in the history
  3. Update README.rst

    rorito committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    b783bc7 View commit details
    Browse the repository at this point in the history
  4. Update README.rst

    rorito committed Aug 12, 2015
    Configuration menu
    Copy the full SHA
    d3920d4 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2015

  1. Configuration menu
    Copy the full SHA
    99d227d View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2015

  1. Merge pull request #4 from emilioramirez/master

    added new column to show post_office.models.Email related object
    rorito committed Sep 21, 2015
    Configuration menu
    Copy the full SHA
    c232a26 View commit details
    Browse the repository at this point in the history