Skip to content

Commit

Permalink
removed celery
Browse files Browse the repository at this point in the history
  • Loading branch information
jsayles committed Apr 18, 2017
1 parent 7af074f commit 00c8836
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 156 deletions.
1 change: 0 additions & 1 deletion docs/mailing_lists.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ In the interest of shipping more quickly, we have made certain assumptions about
* the reply-to address for mail from a list is the original sender, not the entire list
* attachments are neither saved nor sent to the list, but a removal note is appended to the message
* incoming messages are parsed for a single text message and a single html message (not multiple MIME messages)
* you can set the frequency of mail fetching by changing the value in CELERYBEAT_SCHEDULE in your settings.py or local_settings.py
* loops and bounces are silently dropped
* any email sent to a list which is not in a subscriber's user or membership record is moderated
* the sender of a message receives a copy of the message like any other subscriber
4 changes: 0 additions & 4 deletions nadine/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
from __future__ import absolute_import

# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app
22 changes: 0 additions & 22 deletions nadine/celery.py

This file was deleted.

6 changes: 0 additions & 6 deletions scripts/checkCelery.sh

This file was deleted.

123 changes: 0 additions & 123 deletions staff/tasks.py

This file was deleted.

0 comments on commit 00c8836

Please sign in to comment.