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

Outgoing phases, default responses #2

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

Outgoing phases, default responses #2

wants to merge 15 commits into from

Conversation

thedavidmccann
Copy link
Collaborator

Yeah, default response should never have gone in here. There's actually something useful in rapidsms.contrib after all...

However, I needed to re-institute outgoing phases, to hijack outgoing messages to blacklisted numbers. Cool?

Also added handled_by field which contains the name of the first app from SMS_APPS to return true when its handle() method is called.

@thedavidmccann
Copy link
Collaborator Author

Okay, awesome mass texting functionality incorporated and tested. Feel free to, yknow, merge it! :-D

class ForUpdateManager(models.Manager):
def get_query_set(self):
return ForUpdateQuerySet(self.model, using=self._db)

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So I'm missing how the above functionality has been replaced. How does a multi worker gunicorn config work now without dupe messages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants