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

Background processing of phone calls #5

Open
natea opened this issue Oct 17, 2011 · 1 comment
Open

Background processing of phone calls #5

natea opened this issue Oct 17, 2011 · 1 comment

Comments

@natea
Copy link
Owner

natea commented Oct 17, 2011

PickupConnect will determine a time to call your friends and then "queue" the call for a scheduled time. We need a tool to handle the background processing of these phone calls, to place them at the scheduled time.

Celery with the Django integration is the preferred and supported way to do this:

django-celery
http://ask.github.com/django-celery/

@natea
Copy link
Owner Author

natea commented Nov 12, 2011

Can use this to handle timezones so we don't call people when they're asleep:
http://pypi.python.org/pypi/django-timezones/

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

No branches or pull requests

1 participant